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