Type Alias StatsSupply

StatsSupply: {
    inflation_rate: Amount;
    native_token: {
        burned_supply: Amount;
        circulating_supply: Amount;
        staked_supply: Amount;
        total_supply: Amount;
    };
    staking_ratio: number;
}

Supply statistics for the native token and inflation.