Enumeration ClarityType

Clarity type names used for the human-readable representation of Clarity values

Enumeration Members

BoolFalse: "false"
BoolTrue: "true"
Buffer: "buffer"
Int: "int"
List: "list"
OptionalNone: "none"
OptionalSome: "some"
PrincipalContract: "contract"
PrincipalStandard: "address"
ResponseErr: "err"
ResponseOk: "ok"
StringASCII: "ascii"
StringUTF8: "utf8"
Tuple: "tuple"
UInt: "uint"

Generated using TypeDoc