Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

UniqueElements

Git Source

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;
    Info tokenSpec;
}