Modules

Constants

Functions

  • Multilevel bucket to store balances for each token_id & addr combination. Key is to be [token_id, owner: to_binary(&Addr)?.as_slice()]
  • Multilevel bucket to store balances for each token_id & addr combination. Key is to be [token_id, owner: to_binary(&Addr)?.as_slice()]
    When using balances_w make sure to also check if need to change current owner of an nft and total_supply
  • Reads BlockInfo of latest tx. Should not be necessary after env becomes available to queries
  • Saves BlockInfo of latest tx. Should not be necessary after env becomes available to queries
  • Contract configuration: reads information on this contract
  • Contract configuration: stores information on this contract
  • token_id configs. Key is token_id.as_bytes()
  • token_id configs. Key is token_id.as_bytes()
  • total supply of a token_id. Key is token_id.as_bytes()
  • total supply of a token_id. Key is token_id.as_bytes()