ValidationStamp class
ValidationStamp represents the validation performs by the coordinator
Constructors
- ValidationStamp({LedgerOperations? ledgerOperations, String? proofOfIntegrity, String? proofOfWork, String? signature, int? timestamp})
-
ValidationStamp.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ledgerOperations ↔ LedgerOperations?
-
Ledger operations: All the operations performed by the transaction
getter/setter pair
- proofOfIntegrity ↔ String?
-
Proof of integrity: Hash of the previous proof of integrity and the transaction
getter/setter pair
- proofOfWork ↔ String?
-
Proof of work: Public key matching the origin signature
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ String?
-
Signature: Coordinator signature of the stamp
getter/setter pair
- timestamp ↔ int?
-
Timestamp
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited