Interface MultiEventTransactionReceipt

MultiEventTransactionReceipt represents a mapping of a response from a Validator transaction receipt to the tableIds that were affected.

Hierarchy

  • MultiEventTransactionReceipt

Properties

blockNumber: number

The block number of the transaction

chainId: number

The chain id of the transaction

tableIds: string[]

The list of table ids affected in the transaction

transactionHash: string

The hash of the transaction

Generated using TypeDoc