Interface RemoveCompoundingLiquidityLog

interface RemoveCompoundingLiquidityLog {
    amount_out: BN;
    compounding_amount_in: BN;
    compounding_price_usd: BN;
    custody_uid: BN;
    fee_amount: BN;
    owner: PublicKey;
    pool_name: string;
    reward_per_lp_staked: BN;
    token_out_price: BN;
    token_out_price_exponent: number;
}

Properties

amount_out: BN
compounding_amount_in: BN
compounding_price_usd: BN
custody_uid: BN
fee_amount: BN
owner: PublicKey
pool_name: string
reward_per_lp_staked: BN
token_out_price: BN
token_out_price_exponent: number