getBlockchainSizeStats method

ResponseFuture<BlockchainSizeStatsRes> getBlockchainSizeStats(
  1. BlockchainSizeStatsReq request, {
  2. CallOptions? options,
})

Implementation

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