Vote

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

Represents voting options in the Cardano blockchain governance system.

A vote can be one of three values:

  • No: Against the proposal
  • Yes: In favor of the proposal
  • Abstain: Neither for nor against the proposal

Attributes

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

Members list

Type members

Enum entries

case Abstain extends Vote
case No extends Vote
case Yes extends Vote