Program

scalus.uplc.Program
See theProgram companion class
object Program

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Program.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromCborHex(cborHex: String): Program

Deserializes a program from a CBOR-encoded hex string.

Deserializes a program from a CBOR-encoded hex string.

Value parameters

cborHex

the CBOR-encoded hex string

Attributes

Returns

the program

def fromDoubleCborHex(doubleCborHex: String): Program

Deserializes a program from a double-CBOR-encoded hex string.

Deserializes a program from a double-CBOR-encoded hex string.

Value parameters

doubleCborHex

the double-CBOR-encoded hex string

Attributes

Returns

the program