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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article