Optional
contractIf defined, information about the contract interaction.
Optional
fromThe sender address of the transaction. This is optional.
The network-specific transaction request.
The network where this transaction will be submitted to.
The type of the transaction.
Generated using TypeDoc
Custom transaction request is a request that is opaque to multichain signer. The signer pass the
inner
request to the underlying adapter which signs the transaction in a network-specific manner.If you want to make a transaction that is not supported by multichain any TransactionRequest, create a custom transaction request and pass the network-specific request in the
inner
field.