fetchBlockIdAtDepth method

ResponseFuture<FetchBlockIdAtDepthRes> fetchBlockIdAtDepth(
  1. FetchBlockIdAtDepthReq request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.FetchBlockIdAtDepthRes> fetchBlockIdAtDepth(
    $1.FetchBlockIdAtDepthReq request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$fetchBlockIdAtDepth, request, options: options);
}