Interface PythBaseData

pyth specific parameters

interface PythBaseData {
    priceData: Buffer | Cell;
    refAssets: PoolAssetConfig[];
    targetFeeds: string[];
}

Hierarchy (View Summary)

Properties

priceData: Buffer | Cell
refAssets: PoolAssetConfig[]
targetFeeds: string[]