๐ฐReserve Contract
Key
Type
Description
InstantiateMsg
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct InstantiateMsg {
pub anchor_market_address: String,
pub gov_contract_address: String,
pub anchor_token_address: String,
pub threshold: Uint128,
pub native_denom: String,
}Key
Type
Description
ExecuteMsg
ChangeThreshold
AddGame
RemoveGame
RequestFunds
DepositFunds
QueryMsg
CurrentBalance
GetThreshold
ListGames
Last updated