Left Curve Software Stack
    Preparing search index...

    Type Alias PerpsUserStateExtended

    type PerpsUserStateExtended = {
        availableMargin: string | null;
        equity: string | null;
        maintenanceMargin: string | null;
        margin: string;
        openOrderCount: number;
        positions: Record<string, PerpsPositionExtended>;
        reservedMargin: string;
        unlocks: PerpsUnlock[];
        vaultShares: string;
    }
    Index

    Properties

    availableMargin: string | null
    equity: string | null
    maintenanceMargin: string | null
    margin: string
    openOrderCount: number
    positions: Record<string, PerpsPositionExtended>
    reservedMargin: string
    unlocks: PerpsUnlock[]
    vaultShares: string