TransactionSpec

Schema of a specific transaction

Type parameters

Args

Value: any[]

Receipt: any

FutureValue: any

Hierarchy

  • TransactionSpec

Index

Properties

Properties

args

args: MapMaybeResolver‹Args›

Defined in src/types/index.ts:1562arrow-up-right

method

method: LowLevelMethod‹Args› | SignatureRequest‹Args› | FutureLowLevelMethod‹FutureValue, Args›

Defined in src/types/index.ts:1561arrow-up-right

Optional postTransactionResolvers

postTransactionResolvers? : PostTransactionResolverArray‹Value, Receipt›

Defined in src/types/index.ts:1563arrow-up-right

Optional tag

tag? : PolyTransactionTag

Defined in src/types/index.ts:1564arrow-up-right

Last updated

Was this helpful?