Skip to content

Add Transfer to SupportedInterface. #53

@q-uint

Description

@q-uint

Every DIP-721 compatible smart contract must implement this interface. All other interfaces are optional.
~ spec.md: DIP721 v2

The basic interface does/should not include the the transfer interface.

Expected

type SupportedInterface = variant {
  Transfer;
  Burn;
  Mint;
  Approval;
  TransactionHistory
};

Actual

type SupportedInterface = variant {
  Burn;
  Mint;
  Approval;
  TransactionHistory
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions