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

    Parsed fields of a pool liquidity-deposit event.

    interface PoolDepositEventFieldsOnChain {
        deposits: string[];
        issuer: string;
        lp_coins_minted: string;
        pool_id: string;
        types: string[];
    }
    Index
    deposits: string[]

    Deposited amounts as decimal strings in smallest units.

    issuer: string

    The depositing address.

    lp_coins_minted: string

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

    pool_id: string

    The pool object ID receiving the deposit.

    types: string[]

    Deposited coin types, in the same order as deposits.