Immudb.Schemas.TxMetaData (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Immudb.Schemas.TxMetaData{
  bl_root: binary(),
  bl_tx_id: integer(),
  e_h: binary(),
  id: integer(),
  nentries: integer(),
  prev_alh: binary(),
  ts: integer()
}

Link to this section Functions