Coda by Ian Macalinao
    Preparing search index...
    type TokenInfoArgs = {
        blockPriceUsage: number;
        heuristic: PriceHeuristicArgs;
        maxAgePriceSeconds: number | bigint;
        maxAgeTwapSeconds: number | bigint;
        maxTwapDivergenceBps: number | bigint;
        name: number[];
        padding: (number | bigint)[];
        pythConfiguration: PythConfigurationArgs;
        reserved: number[];
        scopeConfiguration: ScopeConfigurationArgs;
        switchboardConfiguration: SwitchboardConfigurationArgs;
    }
    Index
    blockPriceUsage: number

    Heuristics limits of acceptable price

    maxAgePriceSeconds: number | bigint
    maxAgeTwapSeconds: number | bigint
    maxTwapDivergenceBps: number | bigint

    Max divergence between twap and price in bps

    name: number[]

    UTF-8 encoded name of the token (null-terminated)

    padding: (number | bigint)[]
    pythConfiguration: PythConfigurationArgs

    Pyth configuration

    reserved: number[]
    scopeConfiguration: ScopeConfigurationArgs

    Scope price configuration

    switchboardConfiguration: SwitchboardConfigurationArgs

    Switchboard configuration