ID of the Salt account to use for the transaction
Chain ID of the network (integer)
OptionaldataData of the transaction (e.g. an encoded contract call).
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. Must be a non-empty valid address; an empty string is treated as a send and will be rejected as invalid.
Amount to send, denominated in ETH (not wei). Internally converted via 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.
Orchestrated submit parameters for a regular transaction with a recipient. An empty string for
tois treated as a send and will fail validation.