TransactionReceipt class
Properties
- blockHash → String
-
no setter
- blockNumber → int
-
no setter
- byzantium → bool
-
no setter
- confirmations → int
-
no setter
- contractAddress → String?
-
no setter
- cumulativeGasUsed → BigInt
-
no setter
- from → String
-
no setter
- gasUsed → BigInt
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- impl → _TransactionReceiptImpl
-
Internal JS Object, should not be used directly.
finalinherited
- isCreatingContract → bool
-
no setter
- logsBloom → String
-
no setter
- root → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → bool
-
no setter
- to → String?
-
no setter
- transactionHash → String
-
no setter
- transactionIndex → int
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited