TransactionReceiptResult
TransactionReceiptResult:
object
Transaction receipt result type for eth JSON-RPC procedures
Type declaration
blobGasPrice?
optional
readonly
blobGasPrice:bigint
blobGasUsed?
optional
readonly
blobGasUsed:bigint
blockHash
readonly
blockHash:Hex
blockNumber
readonly
blockNumber:bigint
contractAddress
readonly
contractAddress:Hex
cumulativeGasUsed
readonly
cumulativeGasUsed:bigint
from
readonly
from:Hex
gasUsed
readonly
gasUsed:bigint
logs
readonly
logs: readonlyFilterLog
[]
logsBloom
readonly
logsBloom:Hex
status
readonly
status:Hex
to
readonly
to:Hex
transactionHash
readonly
transactionHash:Hex
transactionIndex
readonly
transactionIndex:bigint
Source
packages/actions/src/common/TransactionReceiptResult.ts:7