Left Curve Software Stack
    Preparing search index...

    Type Alias PerpsParam

    type PerpsParam = {
        fundingPeriod: number;
        liquidationBufferRatio: string;
        liquidationFeeRate: string;
        makerFeeRates: RateSchedule;
        maxActionBatchSize: number;
        maxOpenOrders: number;
        maxUnlocks: number;
        minReferrerVolume: string;
        protocolFeeRate: string;
        referralActive: boolean;
        referrerCommissionRates: RateSchedule;
        takerFeeRates: RateSchedule;
        vaultCooldownPeriod: number;
        vaultDepositCap: string | null;
        vaultTotalWeight: string;
    }
    Index

    Properties

    fundingPeriod: number
    liquidationBufferRatio: string
    liquidationFeeRate: string
    makerFeeRates: RateSchedule
    maxActionBatchSize: number
    maxOpenOrders: number
    maxUnlocks: number
    minReferrerVolume: string
    protocolFeeRate: string
    referralActive: boolean
    referrerCommissionRates: RateSchedule
    takerFeeRates: RateSchedule
    vaultCooldownPeriod: number
    vaultDepositCap: string | null
    vaultTotalWeight: string