getBlockchainSizeStats method

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

Implementation

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