Usage
Parameters
encryptKey
(string): PIN used to decrypt the private keywallet
(WalletData): Object with publicKey and encryptedPrivateKeyamount
(string | number): Transfer amounttoken
(string): Token type (e.g., “USDC”)recipient
(string): Destination wallet addressdecimals
(number, optional): Token decimals (default: 18)bearerToken
(string): Bearer token for authentication
Return Value
Returns a Promise that resolves to a transaction hash string.Example Implementation
Related Methods
- getWallet - Get wallet information before transfers
- callAnyContract - For custom contract interactions