Documentation
    Preparing search index...

    Interface MarginManagerState

    interface MarginManagerState {
        baseAsset: string;
        baseDebt: string;
        basePythDecimals: number;
        basePythPrice: string;
        currentPrice: bigint;
        deepbookPoolId: string;
        highestTriggerBelowPrice: bigint;
        lowestTriggerAbovePrice: bigint;
        managerId: string;
        quoteAsset: string;
        quoteDebt: string;
        quotePythDecimals: number;
        quotePythPrice: string;
        riskRatio: number;
    }
    Index

    Properties

    baseAsset: string
    baseDebt: string
    basePythDecimals: number
    basePythPrice: string
    currentPrice: bigint
    deepbookPoolId: string
    highestTriggerBelowPrice: bigint
    lowestTriggerAbovePrice: bigint
    managerId: string
    quoteAsset: string
    quoteDebt: string
    quotePythDecimals: number
    quotePythPrice: string
    riskRatio: number