CrossValidationStamp class

Annotations
  • @freezed

Constructors

CrossValidationStamp({String? nodePublicKey, String? signature})
const
factory
CrossValidationStamp.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $CrossValidationStampCopyWith<CrossValidationStamp>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nodePublicKey String?
Node: node public key
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
Signature: signature of the validation stamp
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited