@solana/web3.js
    Preparing search index...

    Type Alias InflationRate

    type InflationRate = {
        epoch: number;
        foundation: number;
        total: number;
        validator: number;
    }
    Index
    epoch: number

    epoch for which these values are valid

    foundation: number

    inflation allocated to the foundation

    total: number

    total inflation

    validator: number

    inflation allocated to validators