TotalStat

interface TotalStat {
    activeAuctions: number;
    activeNames: number;
    activeOracles: number;
    burnedInAuctions: bigint;
    contracts: number;
    height: number;
    inactiveNames: number;
    inactiveOracles: number;
    lastTxHash: `th_${string}`;
    lockedInAuctions: bigint;
    lockedInChannels: bigint;
    openChannels: number;
    sumBlockReward: bigint;
    sumDevReward: bigint;
    totalTokenSupply: bigint;
}

Properties

activeAuctions: number

The number of active auctions

activeNames: number

The number of active names

activeOracles: number

The number of active oracles

burnedInAuctions: bigint

The amount burned in auctions

contracts: number

The number of contracts

height: number

The generation

inactiveNames: number

The number of inactive names

inactiveOracles: number

The number of inactive oracles

lastTxHash: `th_${string}`

The last transaction hash for this height

lockedInAuctions: bigint

The amount locked in auctions

lockedInChannels: bigint

The amount locked in channels

openChannels: number

The number of open channels

sumBlockReward: bigint

The sum of block rewards

sumDevReward: bigint

The sum of dev rewards

totalTokenSupply: bigint

The total token supply