Interface: ParsedLogTransactionReceipt
Custom Transaction receipt for when we manually have to parse logs (metatransactions)
Extends
TransactionReceipt
Properties
blockHash
blockHash:
string
Inherited from
TransactionReceipt.blockHash
blockNumber
blockNumber:
number
Inherited from
TransactionReceipt.blockNumber
byzantium
byzantium:
boolean
Inherited from
TransactionReceipt.byzantium
confirmations
confirmations:
number
Inherited from
TransactionReceipt.confirmations
contractAddress
contractAddress:
string
Inherited from
TransactionReceipt.contractAddress
cumulativeGasUsed
cumulativeGasUsed:
BigNumber
Inherited from
TransactionReceipt.cumulativeGasUsed
effectiveGasPrice
effectiveGasPrice:
BigNumber
Inherited from
TransactionReceipt.effectiveGasPrice
from
from:
string
Inherited from
TransactionReceipt.from
gasUsed
gasUsed:
BigNumber
Inherited from
TransactionReceipt.gasUsed
logs
logs:
Log[]
Inherited from
TransactionReceipt.logs
logsBloom
logsBloom:
string
Inherited from
TransactionReceipt.logsBloom
parsedLogs
parsedLogs:
LogDescription[]
root?
optionalroot:string
Inherited from
TransactionReceipt.root
status?
optionalstatus:number
Inherited from
TransactionReceipt.status
to
to:
string
Inherited from
TransactionReceipt.to
transactionHash
transactionHash:
string
Inherited from
TransactionReceipt.transactionHash
transactionIndex
transactionIndex:
number
Inherited from
TransactionReceipt.transactionIndex
type
type:
number
Inherited from
TransactionReceipt.type