AddressInfo

scalus.cardano.blockfrost.AddressInfo
case class AddressInfo(address: String, amount: Seq[AssetAmount], stakeAddress: Option[String], addressType: String, script: Boolean)

Blockfrost/MiniBF API response models.

All case classes derive upickle ReadWriter for JSON serialization. Field names use @key("snake_case") annotations where the Blockfrost JSON key differs from the Scala field name.

Coin is used for lovelace/ADA amounts. Quantity is used for other string-encoded numeric fields (asset quantities, execution unit budgets, voting power).

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