getBlockByDepth method

ResponseFuture<BlockResponse> getBlockByDepth(
  1. GetBlockByDepthRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.BlockResponse> getBlockByDepth($2.GetBlockByDepthRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockByDepth, request, options: options);
}