Documentation
    Preparing search index...

    Type Alias OraclePriceFeed

    Oracle price feed configuration

    type OraclePriceFeed = {
        assetId: number;
        coinType: string;
        feedId: string;
        oracleId: number;
        priceDecimal: number;
        pythPriceFeedId: string;
        pythPriceInfoObject: string;
        supraPairId: number;
    }
    Index

    Properties

    assetId: number

    Asset identifier

    coinType: string

    Coin type

    feedId: string

    Feed identifier

    oracleId: number

    Oracle identifier

    priceDecimal: number

    Price decimal places

    pythPriceFeedId: string

    Pyth price feed ID

    pythPriceInfoObject: string

    Pyth price info object

    supraPairId: number

    Supra pair identifier