ICronV1PoolEnums
PoolType
enum PoolType {
Stable,
Liquid,
Volatile
}
JoinType
enum JoinType {
Join,
Reward
}
SwapType
enum SwapType {
RegularSwap,
LongTermSwap,
PartnerSwap
}
ExitType
enum ExitType {
Exit,
Withdraw,
Cancel,
FeeWithdraw
}
ParamType
enum ParamType {
SwapFeeFP,
PartnerFeeFP,
LongSwapFeeFP
}
BoolParamType
enum BoolParamType {
Paused,
CollectBalancerFees
}
Last updated