%%% Copyright (c) 2014, NORDUnet A/S. %%% See LICENSE for licensing information. %% @doc What's stored in the database. %% 'mtlhash' and 'entryhash' are also indexed, see init_tables/1. -record(plop, { index :: non_neg_integer(), % Primary key. mtlhash :: binary(), % Merkle Tree Leaf hash. entryhash :: binary(), % Hash for duplicate detection. logentry :: binary()}). % Data.