Private
Readonly
#mapPrivate
#useIndicates whether some other PlutusMap is "equal to" this one.
true if objects are equals; otherwise false.
The other object to be compared.
Returns the specified element from the map.
The element associated with the specified key in the map, or undefined if there is no element with the given key.
The key of the element to return from the map.
Gets all the keys from the map as a metadatum list.
The keys of the map as a metadatum list.
Adds an element to the map.
The key of the element in the map.
The value of the element.
Static
fromDeserializes a MetadatumMap instance from its CBOR representation.
A MetadatumMap instance.
The CBOR representation of this instance as a HexBlob.
Generated using TypeDoc
Represents a Map of Metadatum.