Skip to main content

INSERT_CONSENSUS

Constant INSERT_CONSENSUS 

Source
const INSERT_CONSENSUS: &str = "
  INSERT OR REPLACE INTO Consensuses
    ( valid_after, fresh_until, valid_until, flavor, pending, sha3_of_signed_part, digest )
  VALUES ( ?, ?, ?, ?, ?, ?, ? );
";
Expand description

Query: Add a new consensus.