RPCGetBlockByHash constructor

RPCGetBlockByHash({
  1. required String blockHash,
  2. bool hydrated = true,
})

Implementation

RPCGetBlockByHash({
  required this.blockHash,
  this.hydrated = true,
});