[][src]Type Definition cosmwasm_std::QueryResult

type QueryResult = Result<QueryResponse, StdError>;
👎 Deprecated since 0.12.1:

QueryResult is deprecated because it uses StdError, which should be replaced with custom errors in CosmWasm 0.11+. Replace this with Result<QueryResponse, StdError> and consider migrating to custom errors from there.