Skip to main content

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:71


chainId

chainId: number

The chain id of the transaction

Defined in

@tableland/sdk/src/helpers/ethers.ts:72


tableIds

tableIds: string[]

The list of table ids affected in the transaction

Defined in

@tableland/sdk/src/helpers/ethers.ts:69


transactionHash

transactionHash: string

The hash of the transaction

Defined in

@tableland/sdk/src/helpers/ethers.ts:70