Type alias EventData_W2A_connection_open

EventData_W2A_connection_open: EventData_W2A<RpcResp_W2A_connection_open>

The actual waellet-to-aepp "connection.open" event data passed over the message bus

(layer 2)

Example

{
"type": "to_aepp",
"data": {
"jsonrpc": "2.0",
"id": "ske-connect-1",
"method": "connection.open",
"result": {
"id": "mnhmmkepfddpifjkamaligfeemcbhdne",
"name": "Superhero",
"networkId": "ae_mainnet",
"origin": "chrome-extension://mnhmmkepfddpifjkamaligfeemcbhdne",
"type": "extension"
}
}
}

Generated using TypeDoc