Transfers tokens from the user wallet to another address. Uses Avnus gasless to cover gas fees.
encryptKey
(string): PIN used to decrypt the private keywallet
(WalletData): Object with publicKey and encryptedPrivateKeycontractAddress
(string): Token contract addressrecipient
(string): Destination wallet addressamount
(string | number): Transfer amountdecimals
(number): Token decimals (default: 18)bearerToken
(string): Bearer token for authenticationtransferAsync
: Function to trigger token transfertransferData
: Transaction hash of the transferisLoading
: Boolean indicating if the operation is in progresserror
: Any error that occurred during the process