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:141
txn
• Optional
txn: WaitableTransactionReceipt
The optional transaction information receipt.
Defined in
@tableland/sdk/src/registry/utils.ts:145