Private
constructorPrivate
#originalPrivate
#valuesSerializes a CborSet
The CborSet in CBOR format, using the 258
tag representation if inConwayEra flag is set,
or as an the array.
Static
fromDeserializes a set
from a CBOR byte array represented as either an array or a 258
tag
a new CborSet, where S is the type of items in the set.
Static
fromCreates a CborSet object from the given array of Core objects.
a CborSet
An array of Core type objects
method that coverts the core object into a CborSerializable object
Generated using TypeDoc
CborSet encapsulates a Mathematical finite set.
In the Cardano CDDL, sets have been represented as simple arrays, so the implementation supports both the array, and the
258
tag representation.