addPreimage abstract method

void addPreimage(
  1. Preimage preimage,
  2. Proposition_Digest digestProposition
)
inherited

Add a preimage secret associated to a digest proposition.

preimage THe preimage secret to add digestProposition The digest proposition for which the preimage is derived from.

Implementation

void addPreimage(Preimage preimage, Proposition_Digest digestProposition);