GetTransactionBlockParams
@iota/iota-sdk / client / GetTransactionBlockParams
Interface: GetTransactionBlockParams
Defined in: sdk/typescript/src/client/types/params.ts:155
Return the transaction response object.
Properties
digest
digest:
string
Defined in: sdk/typescript/src/client/types/params.ts:157
the digest of the queried transaction
options?
optionaloptions?:IotaTransactionBlockResponseOptions|null
Defined in: sdk/typescript/src/client/types/params.ts:159
options for specifying the content to be returned
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:160