Signer class abstract
Basic Signer that provides developers with signing interfaces for any blockchain. This is not yet the final version yet. Anything would be subjected to change
- Implementers
Constructors
- Signer()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
String op, Uint8List bytes) → Future< SignedResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited