Type Alias: IotaSignAndExecuteTransactionFeature
type IotaSignAndExecuteTransactionFeature = object;
A Wallet Standard feature for signing a transaction, and submitting it to the network. The wallet is expected to submit the transaction to the network via RPC, and return the transaction response.
Properties
iota:signAndExecuteTransaction
iota:signAndExecuteTransaction: object;
Namespace for the feature.
version
version: IotaSignAndExecuteTransactionVersion;
Version of the feature API.
signAndExecuteTransaction
signAndExecuteTransaction: IotaSignAndExecuteTransactionMethod;