The amount to be transferred. Can be specified directly or as a function that returns a promise resolving to the amount.
Optional
chainThe blockchain network on which the transaction will be executed.
Optional
feesThe fee values for the transaction. Can be specified directly or as a function that returns a promise resolving to the fee values.
Optional
fromThe sender's address or account. Can be a single address/account or an array of addresses/accounts.
Optional
gasThe gas limit for the transaction.
The recipient's address or account.
Optional
tokenThe address of the token or chain contract, if applicable.
Parameters for the transfer function.