UniqueElements
State Variables
CODE
uint256 constant CODE = 0;
DATA
uint256 constant DATA = 1;
TOKEN_SPEC
uint256 constant TOKEN_SPEC = 2;
COUNT
uint256 constant COUNT = 3;
Structs
View
struct View {
MatterHash code;
MatterHash data;
TokenSpecPacked tokenSpec;
}