Versions in this module Expand all Collapse all v0 v0.1.4 Jun 10, 2024 Changes in this version + func Encode(source string, targets []string, output string, includePaths []string, ...) error + func GetSSZTags(tag string) (map[string]string, error) + type SSZDimension struct + ListLength *int + VectorLength *int + func (dim *SSZDimension) IsBitlist() bool + func (dim *SSZDimension) IsList() bool + func (dim *SSZDimension) IsVector() bool + func (dim *SSZDimension) ListLen() int + func (dim *SSZDimension) ValueLen() uint64 + func (dim *SSZDimension) ValueType() Type + func (dim *SSZDimension) VectorLen() int + type Type int + const TypeBitList + const TypeBool + const TypeBytes + const TypeContainer + const TypeList + const TypeReference + const TypeTime + const TypeUint + const TypeUndefined + const TypeVector + func (t Type) String() string + type Value struct