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