Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
type Annotation struct { Position Kind AnnotationKind // Annotation kind (https://tezos.gitlab.io/alpha/michelson.html#annotations) Value string }
type AnnotationKind ¶
type AnnotationKind uint8
const ( TypeAnnotation AnnotationKind = iota VariableAnnotation FieldAnnotation )
Click to show internal directories.
Click to hide internal directories.