Signer class abstract

Implementers

Constructors

Signer()

Properties

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

Methods

mnemonic() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publicKey() Uint8List
publicKeyHash() Uint8List
secretKey() Uint8List
signRaw(Uint8List data) Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited