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