Optional
accountOptional
contextOptional. The context to use for the transaction. If not provided, the context will be fetched.
Optional
fromThe addresses to import the funds from. If not provided, the wallet will be used to fetch the addresses.
The chain alias to import the funds from. P_CHAIN_ALIAS | X_CHAIN_ALIAS
The EVM address to import the funds to.
Optional
utxosOptional. UTXOs to use as inputs for the transaction. These UTXOs
must be in the atomic memory i.e. should already have been exported
from the source chain. If not provided, utxos will be fetched from
the fromAddresses
. Preference would be given to utxos
array.
The account to use for the transaction. AvalancheAccount or Address If not provided, the account will be fetched from the client.