Interface RemoveLiquidityLog

interface RemoveLiquidityLog {
    amount_out: BN;
    custody_uid: BN;
    fee_amount: BN;
    lp_amount_in: BN;
    owner: PublicKey;
    pool_name: string;
}

Properties

amount_out: BN
custody_uid: BN
fee_amount: BN
lp_amount_in: BN
owner: PublicKey
pool_name: string