Interface JettonPythParams

pyth specific parameters

interface JettonPythParams {
    maxStaleness: number | bigint;
    priceData: Buffer | Cell;
    publishGap: number | bigint;
    refAssets: PoolAssetConfig[];
    targetFeeds: string[];
}

Hierarchy (View Summary)

Properties

maxStaleness: number | bigint
priceData: Buffer | Cell
publishGap: number | bigint
refAssets: PoolAssetConfig[]
targetFeeds: string[]