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