ValidationStamp constructor
ValidationStamp({
- LedgerOperations? ledgerOperations,
- String? proofOfIntegrity,
- String? proofOfWork,
- String? signature,
- int? timestamp,
Implementation
ValidationStamp({
this.ledgerOperations,
this.proofOfIntegrity,
this.proofOfWork,
this.signature,
this.timestamp,
});