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

The core methods for a basic non-fungible token. Extension standards may be added in addition to this macro.