XRPLTxJson class
Constructors
-
XRPLTxJson.new({required String account, required BigInt fee, required int flags, required int lastLedgerSequence, required List<
OnChainXRPLMemo> memos, required int nFTokenTaxon, required int sequence, required String signingPubKey, required String transactionType, required String txnSignature, required String hash}) -
XRPLTxJson.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account → String
-
final
- fee → BigInt
-
final
- flags → int
-
final
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastLedgerSequence → int
-
final
-
memos
→ List<
OnChainXRPLMemo> -
final
- nFTokenTaxon → int
-
Include the List of Memos
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