Interface AddCustodyParams

interface AddCustodyParams {
    borrowRate: BorrowRateParams;
    depegAdjustment: boolean;
    fees: Fees;
    inversePrice: boolean;
    isStable: boolean;
    isVirtual: boolean;
    limitPriceBufferBps: BN;
    minReserveUsd: BN;
    oracle: OracleParams;
    permissions: Permissions;
    pricing: PricingParams;
    ratios: TokenRatios[];
    token22: boolean;
    tokenAmountMultiplier: BN;
}

Properties

borrowRate: BorrowRateParams
depegAdjustment: boolean
fees: Fees
inversePrice: boolean
isStable: boolean
isVirtual: boolean
limitPriceBufferBps: BN
minReserveUsd: BN
oracle: OracleParams
permissions: Permissions
pricing: PricingParams
ratios: TokenRatios[]
token22: boolean
tokenAmountMultiplier: BN