Versions in this module Expand all Collapse all v0 v0.6.0 Mar 31, 2026 Changes in this version + type BOOL bool + type CONTRACT_ID string + type DATE time.Time + type DECIMAL *big.Int + type ENUM interface + GetEnumConstructor func() string + GetEnumTypeID func() string + type GENMAP map[string]interface + type INT64 int64 + type LIST []string + type MAP map[string]interface + type NUMERIC string + func NewNumericFromDecimal(d decimal.Decimal) NUMERIC + type OPTIONAL *interface + type PARTY string + func (p PARTY) ToMap() map[string]interface{} + type RELTIME time.Duration + type SET []interface + type TEXT string + type TEXTMAP map[string]interface + type TIMESTAMP time.Time + type TUPLE2 struct + First interface{} + Second interface{} + type UNIT struct + type VARIANT interface + GetVariantTag func() string + GetVariantValue func() interface{} + type VariantWithTagByte interface + GetVariantTagByte func() byte