Function secret_toolkit_snip721::query::minters_query  
source · [−]pub fn minters_query<Q: Querier>(
    querier: &Q, 
    block_size: usize, 
    callback_code_hash: String, 
    contract_addr: HumanAddr
) -> StdResult<Minters>Expand description
Returns a StdResult<Minters> from performing Minters query
Arguments
querier- a reference to the Querier dependency of the querying contractblock_size- pad the message to blocks of this sizecallback_code_hash- String holding the code hash of the contract being queriedcontract_addr- address of the contract being queried