Signature class

Constructors

Signature({required BigInt r, required BigInt s, int? recovery})

Properties

hashCode int
The hash code for this object.
no setterinherited
r BigInt
getter/setter pair
recovery int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s BigInt
getter/setter pair

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