ex_golos v0.11.1 Golos.Block

Link to this section Summary

Link to this section Functions

Link to this function new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Golos.Block{
  extensions: term(),
  height: term(),
  previous: term(),
  timestamp: term(),
  transaction_merkle_root: term(),
  transactions: term(),
  witness: term(),
  witness_signature: term()
}
Link to this function parse_raw_data(block)