Signature class
Properties
Methods
-
addRecoveryBit(
int rec) → Signature -
assertValidity(
) → Signature -
hasHighS(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recoverPublicKey(
Uint8List message) → PublicKey -
toCompactHex(
) → String - hex 64b compact repr
-
toCompactRawBytes(
) → Uint8List - Uint8Array 64b compact repr
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCompactBytes(
Uint8List bytes) → Signature -
fromCompactHex(
String hex) → Signature