ApiWalletConnect class

Constructors

ApiWalletConnect(Web3WalletApi apiRoot, ServiceWalletConnect service)

Properties

apiRoot Web3WalletApi
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ServiceWalletConnect
final

Methods

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

Operators

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