WitnessStatement constructor
WitnessStatement(
- Content<
Claim> claim, - ContentId processId,
- Constraint constraints,
- Nonce? nonce,
Implementation
WitnessStatement(
this.claim,
this.processId,
this.constraints,
Nonce? nonce,
) : super(nonce);