Function secret_toolkit_snip721::query::all_nft_info_query  
source · [−]pub fn all_nft_info_query<Q: Querier>(
    querier: &Q, 
    token_id: String, 
    viewer: Option<ViewerInfo>, 
    include_expired: Option<bool>, 
    block_size: usize, 
    callback_code_hash: String, 
    contract_addr: HumanAddr
) -> StdResult<AllNftInfo>Expand description
Returns a StdResult<AllNftInfo> from performing AllNftInfo query
Arguments
querier- a reference to the Querier dependency of the querying contracttoken_id- ID of the token whose info is being requestedviewer- Optional ViewerInfo holding the address and viewing key of the querierinclude_expired- Optionally include expired Approvals in the response list. If ommitted or false, expired Approvals will be filtered out of the responseblock_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