Interface: IotaSignAndExecuteTransactionInput
Input for signing and sending transactions.
Extends
Properties
options?
optionaloptions:IotaTransactionBlockResponseOptions
specify which fields to return (e.g., transaction, effects, events, etc). By default, only the transaction digest will be returned.
transaction
transaction:
object
toJSON()
toJSON: () =>
Promise<string>
Returns
Promise<string>
Inherited from
IotaSignTransactionInput.transaction
account
account:
WalletAccount
Inherited from
IotaSignTransactionInput.account
chain
chain:
`${string}:${string}`
Inherited from
IotaSignTransactionInput.chain
signal?
optionalsignal:AbortSignal