Metadatum

scalus.cardano.ledger.Metadatum
See theMetadatum companion trait
object Metadatum

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Metadatum.type

Members list

Type members

Classlikes

final case class Bytes(value: ByteString) extends Metadatum

Bytes metadata

Bytes metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Metadatum
class Object
trait Matchable
class Any
Show all
final case class Int(value: Long) extends Metadatum

Integer metadata

Integer metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Metadatum
class Object
trait Matchable
class Any
Show all
final case class List(items: IndexedSeq[Metadatum]) extends Metadatum

List metadata

List metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Metadatum
class Object
trait Matchable
class Any
Show all
final case class Map(entries: Map[Metadatum, Metadatum]) extends Metadatum

Map metadata

Map metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Metadatum
class Object
trait Matchable
class Any
Show all
final case class Text(value: String) extends Metadatum

Text metadata

Text metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Metadatum
class Object
trait Matchable
class Any
Show all
object given_Decoder_Metadatum extends Decoder[Metadatum]

CBOR decoder for TransactionMetadatum

CBOR decoder for TransactionMetadatum

Attributes

Supertypes
trait Decoder[Metadatum]
class Object
trait Matchable
class Any
Self type
object given_Encoder_Metadatum extends Encoder[Metadatum]

CBOR encoder for TransactionMetadatum

CBOR encoder for TransactionMetadatum

Attributes

Supertypes
trait Encoder[Metadatum]
class Object
trait Matchable
class Any
Self type

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

Givens

Givens

CBOR decoder for TransactionMetadatum

CBOR decoder for TransactionMetadatum

Attributes

CBOR encoder for TransactionMetadatum

CBOR encoder for TransactionMetadatum

Attributes