Skip to content

Commit

Permalink
remove RemoveLiquidityProxyCommon struct
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Feb 27, 2024
1 parent f865799 commit 31779fa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions locked-asset/proxy_dex/src/proxy_pair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ use crate::wrapped_lp_attributes::{WrappedLpToken, WrappedLpTokenAttributes};
use common_structs::Epoch;
use fixed_supply_token::FixedSupplyToken;


#[derive(TypeAbi, TopEncode, TopDecode, NestedEncode, NestedDecode)]
pub struct RemoveLiquidityProxyCommon<M: ManagedTypeApi> {
pub first_payment: EsdtTokenPayment<M>,
pub second_payment: EsdtTokenPayment<M>,
pub farm_rewards: EsdtTokenPayment<M>,
}

#[multiversx_sc::module]
pub trait ProxyPairModule:
crate::proxy_common::ProxyCommonModule
Expand Down

0 comments on commit 31779fa

Please sign in to comment.