HashInfo constructor
HashInfo({
- required String txnHash,
- required TxStatusLabel status,
- required TransactionType type,
- required int txnTime,
- required dynamic blockHash,
Implementation
HashInfo({
required this.txnHash,
required this.status,
required this.type,
required this.txnTime,
required this.blockHash,
});