Type alias Result_W2A_address_subscribe
Result_W2A_address_subscribe: { subscription: ["connected"]; address: { current: object; connected: object } }
Type declaration
-
subscription: ["connected"]
-
address: { current: object; connected: object }
-
current: object
-
connected: object
Result type of waellet-to-aepp "address.subscribe response
(layer 4)
Example
This is if the user only has a single keypair
Example
This is if the user has many keypairs. The currently selected one is under
current. Craig, I agree this is stupid, but that's how it works.