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

    Parsed fields of a pool liquidity-withdrawal event.

    interface PoolWithdrawEventFieldsOnChain {
        issuer: string;
        lp_coins_burned: string;
        pool_id: string;
        types: string[];
        withdrawn: string[];
    }
    Index
    issuer: string

    The withdrawing address.

    lp_coins_burned: string

    Burned LP amount as a decimal string in LP smallest units.

    pool_id: string

    The pool object ID from which liquidity was withdrawn.

    types: string[]

    Withdrawn coin types, in the same order as withdrawn.

    withdrawn: string[]

    Withdrawn amounts as decimal strings in smallest units.