AccountInfo

scalus.bloxbean.StakeStateResolver.AccountInfo
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

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

Members list

Value members

Concrete methods

def activeEpoch: Option[Long]
def withdrawableAmount: Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product