Result of waellet-to-aepp "address.subscribe" response
(layer 3)
Case where the wallet only has one keypair
{ "jsonrpc": "2.0", "id": "ske-address-1", "method": "address.subscribe", "result": { "subscription": [ "connected" ], "address": { "current": { "ak_BMtPGuqDhWLnMVL4t6VFfS32y2hd8TSYwiYa2Z3VdmGzgNtJP": {} }, "connected": {} } }}
Case of many keypairs
{ "jsonrpc": "2.0", "id": "ske-address-1", "method": "address.subscribe", "result": { "subscription": [ "connected" ], "address": { "current": { "ak_25C3xaAGQddyKAnaLLMjAhX24xMktH2NNZxY3fMaZQLMGED2Nf": {} }, "connected": { "ak_BMtPGuqDhWLnMVL4t6VFfS32y2hd8TSYwiYa2Z3VdmGzgNtJP": {}, "ak_25BqQuiVCasiqTkXHEffq7XCsuYEtgjNeZFeVFbuRtJkfC9NyX": {}, "ak_4p6gGoCcwQzLXd88KhdjRWYgd4MfTsaCeD8f99pzZhJ6vzYYV": {} } } }}
Generated using TypeDoc
Result of waellet-to-aepp "address.subscribe" response
(layer 3)
Example
Case where the wallet only has one keypair
Example
Case of many keypairs