getBlockByHeight abstract method

Future<GetBlockByHeightResponse> getBlockByHeight(
  1. ServiceCall call,
  2. GetBlockByHeightRequest request
)

Implementation

$async.Future<$0.GetBlockByHeightResponse> getBlockByHeight(
    $grpc.ServiceCall call, $0.GetBlockByHeightRequest request);