PlutusData
Extends: Resource
Description
The Plutus language, which may be used for minting policies and validators, operates on a specific datatype called PlutusData.
The Plutus language, which may be used for minting policies and validators, operates on a specific datatype called PlutusData.
Method Descriptions
to_json
equals
serialize
Serialize into CBOR format.
wrap (static)
Recursively unwraps Objects to Plutus compatible data types
deserialize (static)
Deserialize from CBOR format.
from_json (static)
Converts parsed JSON to PlutusData
apply_script_parameters (static)
Apply the given [param params] to the passed [param script]. This only makes sense in unapplied, parameterized scripts.