Boost
Config
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct BoostConfig {
pub gov: Addr,
pub ve_seilor_lock_settings: Vec<VeSeilorLockSetting>,
}
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct VeSeilorLockSetting {
pub duration: Uint128,
pub mining_boost: Uint128,
}Key
Type
Description
Key
Type
Description
InitMsg
Key
Type
Description
ExecuteMsg
AddLockSetting
Key
Type
Description
ChangeGov
Key
Type
Description
SetLockStatus
Key
Type
Description
QueryMsg
GetUnlockTime
Key
Type
Description
GetUnlockTimeResponse
Key
Type
Description
GetUserLockStatus
Key
Type
Decription
LockStatusResponse
Key
Type
Description
GetUserBoost
Key
Type
Description
GetUserBoostResponse
Key
Type
Description
GetBoostConfig
GetBoostConfigResponse
Key
Type
Description
Last updated