Vote

scalus.cardano.ledger.Vote
See theVote companion enum
object Vote

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Vote.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

Givens

Givens

given given_Decoder_Vote: Decoder[Vote]

CBOR Decoder for Vote. Decodes from an unsigned integer (0, 1, or 2).

CBOR Decoder for Vote. Decodes from an unsigned integer (0, 1, or 2).

Attributes

given given_Encoder_Vote: Encoder[Vote]

CBOR Encoder for Vote. Encodes as an unsigned integer (0, 1, or 2).

CBOR Encoder for Vote. Encodes as an unsigned integer (0, 1, or 2).

Attributes