Skip to main content

IotaSignAndExecuteTransactionOutput

@iota/wallet-standard


@iota/wallet-standard / IotaSignAndExecuteTransactionOutput

Interface: IotaSignAndExecuteTransactionOutput

Defined in: sdk/wallet-standard/src/features/iotaSignAndExecuteTransaction.ts:39

Output of signing and sending transactions.

Extends

Properties

bytes

bytes: string

Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:42

Transaction as base64 encoded bcs.

Inherited from

SignedTransaction.bytes


digest

digest: string

Defined in: sdk/wallet-standard/src/features/iotaSignAndExecuteTransaction.ts:40


effects

effects: string

Defined in: sdk/wallet-standard/src/features/iotaSignAndExecuteTransaction.ts:42

Transaction effects as base64 encoded bcs.


signature

signature: string

Defined in: sdk/wallet-standard/src/features/iotaSignTransaction.ts:44

Base64 encoded signature

Inherited from

SignedTransaction.signature