TransactionReceipt class
Constructors
-
TransactionReceipt({required String to, required String from, required String contractAddress, required int transactionIndex, String? root, required BigInt gasUsed, required String logsBloom, required String blockHash, required String transactionHash, required List<
Log> logs, required int blockNumber, required int confirmations, required BigInt cumulativeGasUsed, required BigInt effectiveGasPrice, required bool byzantium, required num type, num? status})
Properties
- blockHash → String
-
final
- blockNumber → int
-
final
- byzantium → bool
-
final
- confirmations → int
-
final
- contractAddress → String
-
final
- cumulativeGasUsed → BigInt
-
final
- effectiveGasPrice → BigInt
-
final
- from → String
-
final
- gasUsed → BigInt
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logs
→ List<
Log> -
final
- logsBloom → String
-
final
- root → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → num?
-
final
- to → String
-
final
- transactionHash → String
-
final
- transactionIndex → int
-
final
- type → num
-
final
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