Interface AddLiquidityLog

interface AddLiquidityLog {
    amount_in: BN;
    custody_uid: BN;
    fee_amount: BN;
    lp_amount_out: BN;
    owner: PublicKey;
    pool_name: string;
}

Properties

amount_in: BN
custody_uid: BN
fee_amount: BN
lp_amount_out: BN
owner: PublicKey
pool_name: string