Blockfrost.Response.SpecificStakePoolResponse (Blockfrost v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Response.SpecificStakePoolResponse{
  active_size: float(),
  active_stake: String.t(),
  blocks_minted: integer(),
  declared_pledge: String.t(),
  fixed_cost: String.t(),
  hex: String.t(),
  live_delegators: integer(),
  live_pledge: String.t(),
  live_saturation: float(),
  live_size: float(),
  live_stake: String.t(),
  margin_cost: float(),
  owners: [String.t()],
  pool_id: String.t(),
  registration: [String.t()],
  retirement: [String.t()],
  reward_account: String.t(),
  vrf_key: String.t()
}