ID of the Salt account to use for the transaction
Chain ID of the network (integer)
OptionaldataData of the transaction.
OptionalgasGas fee of the transaction.
OptionalgasCurrent gas price of the chain.
OptionalnonceNonce of the transaction. If not provided, it will be fetched from the Salt API
OptionalnotesNotes of the transaction. If not provided, it will be set to an empty string
OptionalreturnReturn hash of the transaction. If not provided, it will be set to false
OptionalsendingSending provider of the transaction. If not provided, it will select a provider depending on the chainId
Ethers signer for the transaction
Recipient address for the transaction
Amount of token to send. This is a string, eventually parsed with ethers.utils.parseEther
OptionalvaultVault address of the transaction. If not provided, it will be fetched from account details.
OptionalvaultVault public key of the transaction. If not provided, it will be fetched from account details.
Parameters for the orchestrated submitTx method. Similar to TransactionParams but vaultAddress and vaultPublicKey are optional as they will be fetched automatically from the account details.