ServiceWalletConnect class

Constructors

ServiceWalletConnect(SubstrateService serviceRoot)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRoot SubstrateService
final

Methods

approvePairing(Map proposal, String address) Future<Map?>
connect(String uri) Future<Map?>
disconnect(Map params) Future<Map?>
initClient(dynamic onPairing(Map), dynamic onPaired(Map), dynamic onPayload(Map)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payloadRespond(Map response) Future<Map?>
rejectPairing(Map proposal) Future<Map?>
signPayload(Map payload, String password) Future<Map?>
toString() String
A string representation of this object.
inherited

Operators

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