WitnessStatement constructor

WitnessStatement(
  1. Content<Claim> claim,
  2. ContentId processId,
  3. Constraint constraints,
  4. Nonce? nonce,
)

Implementation

WitnessStatement(
  this.claim,
  this.processId,
  this.constraints,
  Nonce? nonce,
) : super(nonce);