PendingTransactionDescription constructor
PendingTransactionDescription({})
Implementation
PendingTransactionDescription({
required this.amount,
required this.fee,
required this.hash,
required this.hex,
required this.txKey,
required this.multisigSignData,
required this.pointerAddress});