RPCTransactionEntry constructor

RPCTransactionEntry({
  1. required String txHash,
})

Implementation

RPCTransactionEntry({
  required this.txHash,
});