EdDsaSigner class

Inheritance

Constructors

EdDsaSigner(dynamic loadDocument(Uri url, LoadDocumentOptions? options))

Properties

hashCode int
The hash code for this object.
no setterinherited
loadDocument → dynamic Function(Uri url, LoadDocumentOptions? options)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String
final

Methods

buildProof(dynamic data, WalletStore wallet, String did, {String? challenge, String? domain}) FutureOr<Map<String, dynamic>>
override
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>
override
toString() String
A string representation of this object.
inherited
verify(dynamic proof, dynamic data, String did, {String? challenge}) Future<bool>
override

Operators

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