| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusLedgerApi.Envelope
Synopsis
- compiledCodeEnvelope :: CompiledCode serialised with
CBOR and encoded in Base 16 (aka. HEX), using PlutusV3 by default.
Envelope is a JSON object with the following fields:
{ "type": PlutusScriptV3, "description": "A description of the code", "cborHex": "..." }