🚀
HathorPay Developer Documentation
  • USE-HATHORPAY
  • Functions
    • API Reference
      • connect
      • disconnect
      • getBalance
      • getConnectionStatus
      • getSignature
      • getTokenOwnerStatus
      • getWalletVersion
      • isHathorpayAvailable
      • sendToken
      • verifySignature
  • More features coming soon
Powered by GitBook
On this page
  • Parameters
  • Returns in callback function
  1. Functions
  2. API Reference

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
}
PreviousgetSignatureNextgetWalletVersion

Last updated 3 years ago