Instance Properties
address
Instance Methods
approve(transactionId:)
balance(of:)
balances(::)
fund(token:amount:)
nfts(page:nftsPerPage:)
send(::_:idempotencyKey:)
Sends tokens to a recipient.Parameters
- walletLocator: The recipient wallet address
- tokenLocator: Token identifier in format “:” (e.g., “base-sepolia:eth”, “solana:usdc”)
- amount: The amount to send as a decimal number
- idempotencyKey: Optional unique key to prevent duplicate transaction creation. If not provided, a random UUID will be generated.

