[][src]Type Definition cosmwasm_std::QuerierResult

type QuerierResult = SystemResult<ContractResult<Binary>>;

A short-hand alias for the two-level query result (1. accessing the contract, 2. executing query in the contract)