RPCGetGetUncleCountByBlockHash constructor

RPCGetGetUncleCountByBlockHash({
  1. required String blockHash,
})

Implementation

RPCGetGetUncleCountByBlockHash({
  required this.blockHash,
});