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