v1AppProof class

Constructors

v1AppProof({required v1SignatureScheme scheme, required String publicKey, required String proofPayload, required String signature})
const
v1AppProof.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
proofPayload String
JSON serialized AppProofPayload.
final
publicKey String
Ephemeral public key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme v1SignatureScheme
Scheme of signing key.
final
signature String
Signature over hashed proof_payload.
final

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