Immudb.Schemas.LinearProof (immudb_elixir v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Immudb.Schemas.LinearProof{
  source_tx_id: integer(),
  target_tx_id: integer(),
  terms: [binary()]
}

Link to this section Functions