Signature class
Class representing EdDSA Baby Jub signature
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
newFromCompressed(
Uint8List buf) → Signature - Create a Signature from a compressed Signature Buffer @param {Uint8List} buf - Buffer containing a signature @returns {Signature} Object signature