ValidationStamp constructor

ValidationStamp({
  1. LedgerOperations? ledgerOperations,
  2. String? proofOfIntegrity,
  3. String? proofOfWork,
  4. String? signature,
  5. int? timestamp,
})

Implementation

ValidationStamp({
  this.ledgerOperations,
  this.proofOfIntegrity,
  this.proofOfWork,
  this.signature,
  this.timestamp,
});