RewardAccount

scalus.cardano.ledger.RewardAccount
See theRewardAccount companion object
case class RewardAccount(address: Address)

Represents a reward account in the Cardano blockchain.

Reward accounts (also known as stake addresses) are used to receive staking rewards. They have a specific format with bits 7-5 set to 111 and bit 4 indicating whether the credential is a key hash or script hash.

Value parameters

address

The address of the reward account

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