NostrKeysBase class abstract
- Implementers
Constructors
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
-
decodeNpubKeyToPublicKey(
String npubKey) → String -
decodeNsecKeyToPrivateKey(
String nsecKey) → String -
derivePublicKey(
{required String privateKey}) → String -
encodePrivateKeyToNsec(
String privateKey) → String -
encodePublicKeyToNpub(
String publicKey) → String -
generateKeyPair(
) → NostrKeyPairs -
generateKeyPairFromExistingPrivateKey(
String privateKey) → NostrKeyPairs -
generatePrivateKey(
) → String -
isValidPrivateKey(
String privateKey) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
{required String privateKey, required String message}) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited