Skip to main content

Type Alias: IotaSignTransactionFeature

type IotaSignTransactionFeature = object;

A Wallet Standard feature for signing a transaction, and returning the serialized transaction and transaction signature.

Properties

iota:signTransaction

iota:signTransaction: object;

Namespace for the feature.

version

version: IotaSignTransactionVersion;

Version of the feature API.

signTransaction

signTransaction: IotaSignTransactionMethod;