Query
Understanding Querying
Performing Queries
Querying in Read-Only Mode
Managing Queries
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
#[serde(rename_all = "snake_case")]
pub enum QueryMsg {
// ResolveAddress returns the current address that the name resolves to
ResolveRecord { name: String },
Config {},
}Last updated
Was this helpful?