Interface: Metadata
Metadata represents meta information about an executed statement/transaction.
Indexable
▪ [key: string
]: any
Properties
duration
• duration: number
Total client-side duration of the async call.
Defined in
@tableland/sdk/src/registry/utils.ts:112
txn
• Optional
txn: WaitableTransactionReceipt
The optional transactionn information receipt.
Defined in
@tableland/sdk/src/registry/utils.ts:116