XRPLTxJson constructor
XRPLTxJson({
- 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,
Implementation
XRPLTxJson({
required this.account,
required this.fee,
required this.flags,
required this.lastLedgerSequence,
required this.memos,
required this.nFTokenTaxon,
required this.sequence,
required this.signingPubKey,
required this.transactionType,
required this.txnSignature,
required this.hash,
});