RPCGetGetBlockTransactionCountByHash constructor

RPCGetGetBlockTransactionCountByHash({
  1. required String blockHash,
})

Implementation

RPCGetGetBlockTransactionCountByHash({
  required this.blockHash,
});