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