@allbridge/bridge-core-sdk
    Preparing search index...

    Interface PoolInfo

    General Pool Interface

    interface PoolInfo {
        accRewardPerShareP: string;
        aValue: string;
        dValue: string;
        imbalance: string;
        p: number;
        tokenBalance: string;
        totalLpAmount: string;
        vUsdBalance: string;
    }
    Index

    Properties

    accRewardPerShareP: string

    Current accumulated reward per share shifted by P bits

    aValue: string

    Pool A value

    dValue: string

    Pool D value

    imbalance: string

    Pool imbalance

    p: number

    P value, needed for accRewardPerShareP

    tokenBalance: string

    Pool token balance

    totalLpAmount: string

    Pool total liquidity amount

    vUsdBalance: string

    Pool virtual USD balance