PublicKey class
Constructors
-
PublicKey.createWithData(Pointer<
Void> data, int publicKeyType)
Properties
Methods
-
compressed(
) → Pointer< Void> -
data(
) → Uint8List -
delete(
) → void -
description(
) → String -
isCompressed(
) → bool -
keyType(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unCompressed(
) → Pointer< Void> -
verify(
Uint8List signature, Uint8List message) → bool -
verifySchnorr(
Uint8List signature, Uint8List message) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- PublicKeyCompressedSize → const int
- PublicKeyUncompressedSize → const int