Transaction constructor
Transaction({})
Implementation
Transaction({
required this.transactionType,
required this.txid,
required this.received,
required this.sent,
required this.fee,
this.confirmationTime,
});