Transaction class

Constructors

Transaction({String? hash, String? type, String? from, dynamic to, String? amount, String? tips, String? maxFee, int? nonce, int? epoch, String? payload, String? blockHash, String? usedFee, int? timestamp, SmartContractMultiSig? smartContractMultiSig})
Transaction.fromJson(Map<String?, dynamic>? json)
factory

Properties

amount String?
getter/setter pair
blockHash String?
getter/setter pair
epoch int?
getter/setter pair
from String?
getter/setter pair
hash String?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
maxFee String?
getter/setter pair
nonce int?
getter/setter pair
payload String?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
smartContractMultiSig SmartContractMultiSig?
getter/setter pair
timestamp int?
getter/setter pair
tips String?
getter/setter pair
to ↔ dynamic
getter/setter pair
type String?
getter/setter pair
usedFee String?
getter/setter pair

Methods

getFormattedAmount() String?
getShorterString(String? selectedAccountAddress) String?
getShortString(String? selectedAccountAddress) String?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String?, dynamic>?
toString() String?
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool?
The equality operator.
inherited