buildTransfer(transferParams) | | Forge a transaction to transfer native cryptocurrency or token. |
call(contractAddress, signature, params) | | |
estimateTransfer(transferParams) | | Estimates the gas fees for a transfer transaction. |
getAddress() | | Returns the public address of the account. |
getAllTokensTransferHistory(options) | | Returns the tokens transfer history of an account |
getNativeBalance() | | Retrieves the balance of an account |
getNativeTransferHistory(options) | | Returns the Native token (MATIC) transfer history of an account |
getNfts() | | |
getPublicKey() | | Retrieves the public key of the account. |
getTokensBalance() | | Retrieves the token balances of an account |
sendTransfer(transferParams, options) | | Sends a transfer transaction to the blockchain. |