Transaction class

Constructors

Transaction({String? hash, String? nonce, String? transactionIndex, String? fromAddress, String? toAddress, String? value, String? gas, String? gasPrice, String? input, String? receiptCumulativeGasUsed, String? receiptGasUsed, String? receiptContractAddress, String? receiptRoot, String? receiptStatus, String? blockTimestamp, String? blockNumber, String? blockHash, List<int>? transferIndex, String? toAddressLabel})
Transaction.fromJson(Map<String, dynamic> json)
factory

Properties

blockHash String?
final
blockNumber String?
final
blockTimestamp String?
final
fromAddress String?
final
gas String?
final
gasPrice String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
input String?
final
nonce String?
final
receiptContractAddress String?
final
receiptCumulativeGasUsed String?
final
receiptGasUsed String?
final
receiptRoot String?
final
receiptStatus String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAddress String?
final
toAddressLabel String?
final
transactionIndex String?
final
transferIndex List<int>?
final
value 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