Coda by Ian Macalinao
    Preparing search index...
    interface TokenInfoArgs {
        blockPriceUsage: number;
        heuristic: PriceHeuristicArgs;
        maxAgePriceSeconds: number | bigint;
        maxAgeTwapSeconds: number | bigint;
        maxTwapDivergenceBps: number | bigint;
        name: number[];
        padding: (number | bigint)[];
        pythConfiguration: PythConfiguration;
        reserved: number[];
        scopeConfiguration: ScopeConfiguration;
        switchboardConfiguration: SwitchboardConfiguration;
    }
    Index

    Properties

    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: PythConfiguration

    Pyth configuration

    reserved: number[]
    scopeConfiguration: ScopeConfiguration

    Scope price configuration

    switchboardConfiguration: SwitchboardConfiguration

    Switchboard configuration