use ;
use Expiration;
use ;
/// Store the minter address who have permission to mint new tokens.
pub const MINTER: = new;
/// Store the balance map, `(owner, token_id) -> balance`
pub const BALANCES: = new;
/// Store the approval status, `(owner, spender) -> expiration`
pub const APPROVES: = new;
/// Store the tokens metadata url, also supports enumerating tokens,
/// An entry for token_id must exist as long as there's tokens in circulation.
pub const TOKENS: = new;