getTokenOwnerStatus

getTokenOwnerStatus(tokenUid, callbackFunc);

Parameters

tokenUid: token uid

callbackFunc: callback functions for getting token owner status

Returns in callback function

{
    status: true,
    owner: true / false,
    message: "You are owner of this token" / "You have no more authority outputs for this token"
}

or

{
    status: false
}

Last updated