Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BuiltinValue.type
Members list
Type members
Inherited types
Internal representation type - SortedMap for efficient sorted access
Internal representation type - SortedMap for efficient sorted access
Attributes
- Inherited from:
- BuiltinValueApi (hidden)
Value members
Inherited methods
Convert Data to BuiltinValue.
Convert Data to BuiltinValue.
Attributes
- Throws
-
IllegalArgumentException
if data is not in the expected format
- Inherited from:
- BuiltinValueApi (hidden)
Rebuild a BuiltinValue from its entry list, maintaining the type invariants (no zero quantities, no empty inner maps) exactly like fromData.
Rebuild a BuiltinValue from its entry list, maintaining the type invariants (no zero quantities, no empty inner maps) exactly like fromData.
Attributes
- Inherited from:
- BuiltinValueApi (hidden)
Convert BuiltinValue to Data representation.
Convert BuiltinValue to Data representation.
Data encoding: Map ByteString (Map ByteString Integer)
Attributes
- Inherited from:
- BuiltinValueApi (hidden)
The value's entries in sorted key order: a list of (currency, [(token, quantity)]).
The value's entries in sorted key order: a list of (currency, [(token, quantity)]).
This is the structure Plutus flat-encodes for a Value constant (PlutusCore/Value.hs, Flat Value) — used by the flat codec instead of the Data form (audit finding F2).
Attributes
- Inherited from:
- BuiltinValueApi (hidden)
Inherited fields
The empty value containing no tokens
The empty value containing no tokens
Attributes
- Inherited from:
- BuiltinValueApi (hidden)