Small refactoring on number of NFT selectors

This commit is contained in:
Alexandre Paillier
2022-03-08 18:19:07 +01:00
parent 23202f6a63
commit 7e1c8b14d4
4 changed files with 8 additions and 10 deletions

View File

@@ -10,14 +10,13 @@
// Internal plugin for EIP 721: https://eips.ethereum.org/EIPS/eip-721
#define NUM_ERC721_SELECTORS 5
typedef enum {
APPROVE,
SET_APPROVAL_FOR_ALL,
TRANSFER,
SAFE_TRANSFER,
SAFE_TRANSFER_DATA,
SELECTORS_COUNT
} erc721_selector_t;
typedef enum {