Immudb.Schemas.Tx (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Immudb.Schemas.Tx{
  entries: [Immudb.Schemas.TxEntry.t()],
  metadata: Immudb.Schemas.TxMetaData.t()
}

Link to this section Functions