pub fn nft_info_query<Q: Querier>(
    querier: &Q,
    token_id: String,
    block_size: usize,
    callback_code_hash: String,
    contract_addr: HumanAddr
) -> StdResult<Metadata>
Expand description

Returns a StdResult<Metadata> from performing NftInfo query

Arguments

  • querier - a reference to the Querier dependency of the querying contract
  • token_id - ID of the token whose info is being requested
  • block_size - pad the message to blocks of this size
  • callback_code_hash - String holding the code hash of the contract being queried
  • contract_addr - address of the contract being queried