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

address String?
no setter
hashCode int
The hash code for this object.
no setterinherited
publicKey String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String?
no setter

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