Discount Vault
No lock vault that enables rate discounts for the depositor
InstantiateMsg
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
pub struct InstantiateMsg {
pub owner: Option<String>,
pub positions_contract: String,
pub osmosis_proxy: String,
pub accepted_LPs: Vec<u64>, //Assumption that the LP is 50:50
}Key
Type
Description
ExecuteMsg
Deposit
DepositWithdraw
WithdrawKey
Type
Description
ChangeOwner
ChangeOwnerKey
Type
Description
EditAcceptedLPs
EditAcceptedLPsKey
Type
Description
ToggleDeposits
ToggleDepositsKey
Type
Description
QueryMsg
Config
ConfigUser
UserDeposits
DepositsKey
Type
Description
Last updated