Signer class abstract

Implementers

Constructors

Signer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildProof(dynamic data, WalletStore wallet, String did, {String? challenge, String? domain}) FutureOr<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(dynamic data, WalletStore wallet, String did, {String? challenge, String? domain}) FutureOr<Uint8List>
toString() String
A string representation of this object.
inherited
verify(dynamic proof, dynamic data, String did, {String? challenge}) FutureOr<bool>

Operators

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