Represents a TEAL value.
Creates a new TealValue object.
TealValue
bytes value.
type of the value. Value 1 refers to bytes, value 2 refers to uint
1
2
uint value.
Static
Private
Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.
Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.
Generated using TypeDoc
Represents a TEAL value.