steemex v0.14.3 Steemex.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()) :: %Steemex.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)