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
OptionalorganisationID of the Salt organisation to use for the transaction
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
Signer of the transaction. If not provided, it will be set to the accountId
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.
Vault address of the transaction.
Vault public key of the transaction.
Parameters for a regular (send) transaction where a recipient is specified. An empty string for
tois treated as a send and will fail validation.