macro_rules! impl_non_fungible_token_enumeration {
    ($contract: ident, $token: ident) => { ... };
}
Expand description

Non-fungible enumeration adds the extension standard offering several view-only methods to get token supply, tokens per owner, etc.