TxInfo class

Constructors

TxInfo(double height, String txhash, String raw_log, List<TxLog> logs, double gas_wanted, double gas_used, Tx tx, DateTime timestamp, double? code, String codespace)

Properties

code double?
final
codespace String
final
gas_used double
final
gas_wanted double
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
logs List<TxLog>
final
raw_log String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
final
tx Tx
final
txhash String
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