TransactionData constructor
TransactionData({})
Implementation
TransactionData({
required this.account,
required this.fee,
required this.flags,
required this.offerSequence,
required this.sequence,
required this.signingPubKey,
required this.transactionType,
required this.txnSignature,
required this.hash,
required this.metaData,
});