aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Minimal information about a user's LP coin in a specific pool, including the pool ID and balance of that LP coin type.

    interface PoolLpInfo {
        balance: bigint;
        lpCoinType: string;
        poolId: string;
    }
    Index
    balance: bigint

    The LP balance in the LP coin's smallest unit.

    lpCoinType: string

    The LP coin type held for the position.

    poolId: string

    The pool object ID that the LP coin represents.