Interface CustodyConfig

interface CustodyConfig {
    custodyAccount: PublicKey;
    custodyId: number;
    decimals: number;
    extOracleAccount: PublicKey;
    intOracleAccount: PublicKey;
    isStable: boolean;
    isVirtual: boolean;
    mintKey: PublicKey;
    pythPriceId: string;
    pythTicker: string;
    symbol: string;
    tokenAccount: PublicKey;
    tokenPrecision: number;
    usdPrecision: number;
}

Properties

custodyAccount: PublicKey
custodyId: number
decimals: number
extOracleAccount: PublicKey
intOracleAccount: PublicKey
isStable: boolean
isVirtual: boolean
mintKey: PublicKey
pythPriceId: string
pythTicker: string
symbol: string
tokenAccount: PublicKey
tokenPrecision: number
usdPrecision: number