Small refactoring on number of NFT selectors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user