Interface RawTransactionReceipt

The type of the raw JSON response for a transaction receipt.

Note that unlike Web3-Core's TransactionReceipt and similar, this is the raw data, so does not include processed formats (e.g. numbers, instead of hex strings) etc.

Hierarchy

  • RawTransactionReceipt

Properties

blockHash: string
blockNumber: number
contractAddress?: string
cumulativeGasUsed: string
effectiveGasPrice: string
from: string
gasUsed: number
logs: never[]
status: string
to: string
transactionHash: string
transactionIndex: string
type: string

Generated using TypeDoc