Function SCPEnvelopeStore.add

Store the envelope to the database.

bool add (
  ref const(scpd.types.Stellar_SCP.SCPEnvelope) envelope,
  bool processed
) nothrow @safe;

First, clean with 'removeAll' before Adding it in new envelopes.

Parameters

NameDescription
envelope the envelope to add
processed If the envelope has been processed

Returns

true if the envelope has been added to the database