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 plutus list.
The keys of the map as a plutus list.
Adds an element to the map.
The key of the element in the map.
The value of the element.
Static
fromDeserializes a PlutusMap instance from its CBOR representation.
A PlutusMap instance.
The CBOR representation of this instance as a Uint8Array.
Generated using TypeDoc
Represents a Map of Plutus data.