Immudb.Tx (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Functions

Link to this function

tx_by_id(arg1, tx)

@spec tx_by_id(Immudb.Socket.t(), binary()) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

use_snapshot(arg1, since_tx, as_before_tx)

@spec use_snapshot(Immudb.Socket.t(), integer(), integer()) ::
  {:error, String.t() | atom()} | {:ok, nil}
Link to this function

verifiable_tx_by_id(arg1, tx, prove_since_tx)

@spec verifiable_tx_by_id(Immudb.Socket.t(), binary(), binary()) ::
  {:error, String.t() | atom()} | {:ok, nil}