Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CONTRACT_ID ¶
type CONTRACT_ID string
type VARIANT ¶
type VARIANT interface {
GetVariantTag() string
GetVariantValue() interface{}
}
VARIANT represents a DAML variant/union type
type VariantWithTagByte ¶
VariantWithTagByte extends VARIANT with numeric tag byte encoding. Variants implementing this interface will be encoded using a single tag byte (0x00, 0x01, etc.) instead of length-prefixed string tags. This is used for MCMS (Multi-Chain Multi-Sig) codec compatibility.
Click to show internal directories.
Click to hide internal directories.