Immudb.Schemas.TxEntry (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Immudb.Schemas.TxEntry{
  h_value: binary(),
  key: binary(),
  v_len: integer(),
  v_off: integer()
}

Link to this section Functions