TransactionData class
Constructors
-
TransactionData({required String account, required int fee, required int flags, required int? offerSequence, required int sequence, required String signingPubKey, required String transactionType, required String txnSignature, required String hash, required Map<
String, dynamic> metaData}) -
TransactionData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account ↔ String
-
getter/setter pair
- fee ↔ int
-
getter/setter pair
- flags ↔ int
-
getter/setter pair
- hash ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metaData
↔ Map<
String, dynamic> -
getter/setter pair
- offerSequence ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence ↔ int
-
getter/setter pair
- signingPubKey ↔ String
-
getter/setter pair
- transactionType ↔ String
-
getter/setter pair
- txnSignature ↔ String
-
getter/setter pair
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