IotaSignAndExecuteTransactionInput
@iota/wallet-standard / IotaSignAndExecuteTransactionInput
Interface: IotaSignAndExecuteTransactionInput
Defined in: sdk/wallet-standard/src/features/iotaSignAndExecuteTransaction.ts:33
Input for signing and sending transactions.
Extends
Properties
account
account:
WalletAccount
Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:33
Inherited from
IotaSignTransactionInput.account
chain
chain:
`${string}:${string}`
Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:34
Inherited from
IotaSignTransactionInput.chain
options?
optionaloptions?:IotaTransactionBlockResponseOptions
Defined in: sdk/wallet-standard/src/features/iotaSignAndExecuteTransaction.ts:35
specify which fields to return (e.g., transaction, effects, events, etc). By default, only the transaction digest will be returned.
signal?
optionalsignal?:AbortSignal
Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:35
Inherited from
IotaSignTransactionInput.signal
transaction
transaction:
object
Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:32
toJSON
toJSON: () =>
Promise<string>
Returns
Promise<string>