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