RemoteSigner class abstract

Remote Sign A remote signer layer that provides signature service from non-custodial key management solutions

Inheritance

Constructors

RemoteSigner()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(String op, Uint8List bytes) Future<SignedResult>
override
toString() String
A string representation of this object.
inherited

Operators

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