GovActionId

scalus.cardano.ledger.GovActionId
case class GovActionId(transactionId: Hash32, govActionIndex: Int)

Represents a governance action identifier in the Cardano blockchain.

A governance action ID consists of a transaction ID and an index, which uniquely identifies a governance action.

Value parameters

govActionIndex

The index of the action within the transaction (2 bytes)

transactionId

The hash of the transaction containing the action

Attributes

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