Interface: MultiEventTransactionReceipt
helpers.MultiEventTransactionReceipt
MultiEventTransactionReceipt represents a mapping of a response from a Validator transaction receipt to the tableIds that were affected.
Properties
blockNumber
• blockNumber: number
The block number of the transaction
Defined in
@tableland/sdk/src/helpers/ethers.ts:62
chainId
• chainId: number
The chain id of the transaction
Defined in
@tableland/sdk/src/helpers/ethers.ts:63
tableIds
• tableIds: string
[]
The list of table ids affected in the transaction
Defined in
@tableland/sdk/src/helpers/ethers.ts:60
transactionHash
• transactionHash: string
The hash of the transaction
Defined in
@tableland/sdk/src/helpers/ethers.ts:61