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

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Shared.Block{
  block_vrf: String.t() | nil,
  confirmations: integer(),
  epoch: integer() | nil,
  epoch_slot: integer() | nil,
  fees: String.t() | nil,
  hash: String.t(),
  height: integer() | nil,
  next_block: String.t() | nil,
  output: String.t() | nil,
  previous_block: String.t() | nil,
  size: integer(),
  slot: integer() | nil,
  slot_leader: String.t(),
  time: integer(),
  tx_count: integer()
}