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

SetElements

Git Source

State Variables

CODE

uint256 constant CODE = 0

DATA

uint256 constant DATA = 1

COUNT

uint256 constant COUNT = 2

Structs

View

struct View {
    MatterHash code;
    MatterHash data;
}