Function secret_toolkit_snip721::query::all_tokens_query  
source · [−]pub fn all_tokens_query<Q: Querier>(
    querier: &Q, 
    viewer: Option<ViewerInfo>, 
    start_after: Option<String>, 
    limit: Option<u32>, 
    block_size: usize, 
    callback_code_hash: String, 
    contract_addr: HumanAddr
) -> StdResult<TokenList>Expand description
Returns a StdResult<TokenList> from performing AllTokens query
Arguments
querier- a reference to the Querier dependency of the querying contractviewer- Optional ViewerInfo holding the address and viewing key of the querierstart_after- Optionally display only token ids that come after this String in lexicographical orderlimit- Optional u32 number of token ids to displayblock_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