Interface TransactionReceipt

Hierarchy

  • TransactionReceipt

Properties

to: string
from: string
contractAddress: string
transactionIndex: number
root?: string
gasUsed: BigNumber
logsBloom: string
blockHash: string
transactionHash: string
logs: Log[]
blockNumber: number
confirmations: number
cumulativeGasUsed: BigNumber
effectiveGasPrice: BigNumber
byzantium: boolean
type: number
status?: number

Generated using TypeDoc