getBlockByDepth_Pre method

Future<BlockResponse> getBlockByDepth_Pre(
  1. ServiceCall call,
  2. Future<GetBlockByDepthRequest> request
)

Implementation

$async.Future<$0.BlockResponse> getBlockByDepth_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetBlockByDepthRequest> request) async {
  return getBlockByDepth(call, await request);
}