StakeStateResolver

scalus.bloxbean.StakeStateResolver
See theStakeStateResolver companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AccountInfo(stake_address: String, active: Boolean, active_epoch: Option[Long] = ..., controlled_amount: Option[String] = ..., rewards_sum: Option[String] = ..., withdrawals_sum: Option[String] = ..., withdrawable_amount: Option[String] = ..., pool_id: Option[String] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CachedStakeState(epoch: Int, deposit: Option[Long], rewards: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Resolved(credential: Credential, rewards: Long, deposit: Option[Long])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RewardEntry(epoch: Int, amount: String, pool_id: String, `type`: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Givens

Givens

given rewardEntryListCodec: JsonValueCodec[List[RewardEntry]]