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

    Type Alias InflationGovernor

    type InflationGovernor = {
        foundation: number;
        foundationTerm: number;
        initial: number;
        taper: number;
        terminal: number;
    }
    Index
    foundation: number
    foundationTerm: number
    initial: number
    taper: number
    terminal: number