AmberEventSigner class
- Implemented types
Constructors
- AmberEventSigner.new(String publicKey)
Properties
Methods
-
canSign(
) → bool -
override
-
decrypt(
String msg, String destPubKey, {String? id}) → Future< String?> -
override
-
encrypt(
String msg, String destPubKey, {String? id}) → Future< String?> -
override
-
getPublicKey(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
Nip01Event event) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited