HasTypeDescription

scalus.cardano.blueprint.HasTypeDescription
See theHasTypeDescription companion object
case class HasTypeDescription[A](typeDescription: TypeDescription)

Type class for types that can provide a TypeDescription for CIP-57 blueprints.

Instances of this type class are used to generate datum, redeemer, and parameter schemas in Blueprint validators.

Type parameters

A

the type that can be described

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product