Skip to content

Instantly share code, notes, and snippets.

@ethanfrey
Last active October 14, 2021 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanfrey/de511a9371f573cfb7bf4b2240e8dbc8 to your computer and use it in GitHub Desktop.
Save ethanfrey/de511a9371f573cfb7bf4b2240e8dbc8 to your computer and use it in GitHub Desktop.
Query Description
#[cfg_attr(not(feature = "library"), entry_point)]
pub fn query(deps: Deps, env: Env, msg: QueryMsg) -> Result<Binary, StdError> {
/* your implementation here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment