Blockfrost.Shared.Epoch (Blockfrost v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Shared.Epoch{
  active_stake: String.t() | nil,
  block_count: integer(),
  end_time: integer(),
  epoch: integer(),
  fees: String.t(),
  first_block_time: integer(),
  last_block_time: integer(),
  output: String.t(),
  start_time: integer(),
  tx_count: integer()
}