getBlockByDepth method

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

Implementation

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