getBlockById abstract method

Future<BlockResponse> getBlockById(
  1. ServiceCall call,
  2. GetBlockByIdRequest request
)

Implementation

$async.Future<$0.BlockResponse> getBlockById(
    $grpc.ServiceCall call, $0.GetBlockByIdRequest request);