Immudb.Schemas.Entry (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Immudb.Schemas.Entry{
  key: binary(),
  referenced_by: binary(),
  tx: integer(),
  value: binary()
}

Link to this section Functions