@xoxno/sdk-js
    Preparing search index...

    Interface StellarAssetOracleConfig

    On-chain AssetOracle — one or two independent opinions for a PriceKey. Stored on StellarAssetDoc.oracleProvider and carried by config:asset_oracle events.

    interface StellarAssetOracleConfig {
        assetDecimals: number;
        independence: StellarIndependencePolicy;
        maxPriceStaleSeconds: number;
        maxSanityPriceWad: string;
        minSanityPriceWad: string;
        sources: StellarPriceSource[];
        tolerance: StellarOracleTolerance;
    }
    Index

    Properties

    assetDecimals: number
    independence: StellarIndependencePolicy
    maxPriceStaleSeconds: number
    maxSanityPriceWad: string
    minSanityPriceWad: string
    sources: StellarPriceSource[]
    tolerance: StellarOracleTolerance