Interface AddLiquidityLogV2

interface AddLiquidityLogV2 {
    amount_in: BN;
    custody_uid: BN;
    fee_amount: BN;
    lp_amount_out: BN;
    lp_price_usd: BN;
    owner: PublicKey;
    pool_name: string;
    token_in_price: BN;
    token_in_price_exponent: number;
}

Properties

amount_in: BN
custody_uid: BN
fee_amount: BN
lp_amount_out: BN
lp_price_usd: BN
owner: PublicKey
pool_name: string
token_in_price: BN
token_in_price_exponent: number