macro_rules! impl_non_fungible_token_core {
    ($contract: ident, $token: ident) => { ... };
}
👎Deprecated: implement the near_contract_standards::non_fungible_token::NonFungibleTokenCore and near_contract_standards::non_fungible_token::NonFungibleTokenResolver traits manually instead.
Expand description

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