Chains
Chain selection
You can select your own chain by calling theselectChain(_ chain: Chain)
static method on the AppKit
object.
Get selected chain
You can get selected chain by calling thegetSelectedChain()
static method on the AppKit
object.
Sign Actions
Create pairing
Connect
Disconnect
Request
Get List of Active Sessions
AppKit.instance.getSessions()
which will return [Session]
.