π
π
π
π
HathorPay Developer Documentation
Searchβ¦
USE-HATHORPAY
Functions
API Reference
connect
disconnect
getBalance
getConnectionStatus
getSignature
getTokenOwnerStatus
getWalletVersion
isHathorpayAvailable
sendToken
verifySignature
More features coming soon
Powered By
GitBook
isHathorpayAvailable
1
isHathorpayAvailable();
Copied!
Parameters
No parameters
Returns in callback function
1
{
2
status: true // hathorpay is installed in current browser
3
}
Copied!
or
1
{
2
status: false
3
}
Copied!
Previous
getWalletVersion
Next
sendToken
Last modified
3mo ago
Copy link
Contents
Parameters
Returns in callback function