Blockfrost.Response.SpecificAccountAddressResponse (Blockfrost v0.2.0) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Blockfrost.Response.SpecificAccountAddressResponse{
active: boolean(),
active_epoch: integer(),
controlled_amount: String.t(),
pool_id: String.t() | nil,
reserves_sum: String.t(),
rewards_sum: String.t(),
stake_address: String.t(),
treasury_sum: String.t(),
withdrawable_amount: String.t(),
withdrawals_sum: String.t()
}