The ItemType designates the type of item, with valid types being Ether (or other native token for the given chain), ERC20, ERC721, ERC1155, ERC721 with "criteria" (explained below), and ERC1155 with criteria.
from enum valorem.trade.v1.ItemType
from enum value: ERC1155 = 3;
from enum value: ERC1155_WITH_CRITERIA = 5;
from enum value: ERC20 = 1;
from enum value: ERC721 = 2;
from enum value: ERC721_WITH_CRITERIA = 4;
from enum value: NATIVE = 0;
Generated using TypeDoc
The ItemType designates the type of item, with valid types being Ether (or other native token for the given chain), ERC20, ERC721, ERC1155, ERC721 with "criteria" (explained below), and ERC1155 with criteria.
Generated
from enum valorem.trade.v1.ItemType