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

    Interface ApiPoolObjectIdForLpCoinTypeBody

    Request body for obtaining a pool object ID from an LP coin type. Useful to confirm if a coin is indeed an LP token and which pool it references.

    interface ApiPoolObjectIdForLpCoinTypeBody {
        lpCoinTypes: string[];
    }
    Index
    lpCoinTypes: string[]

    LP coin types to resolve. The response preserves this order.