Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type int
Type is a SSZ type
const ( // TypeUndefined is a sentinel zero value to make initialization problems detectable TypeUndefined Type = iota // TypeUint is a SSZ int type TypeUint // TypeBool is a SSZ bool type TypeBool // TypeBytes is a SSZ fixed or dynamic bytes type TypeBytes // TypeBitList is a SSZ bitlist TypeBitList // TypeVector is a SSZ vector TypeVector // TypeList is a SSZ list TypeList // TypeContainer is a SSZ container TypeContainer // TypeReference is a SSZ reference TypeReference )
Click to show internal directories.
Click to hide internal directories.