Type alias EventData_A2W_connection_open

EventData_A2W_connection_open: EventData_A2W<RpcCall_A2W_connection_open>

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

(layer 2)

Example

{
"type": "to_waellet",
"data": {
"jsonrpc": "2.0",
"id": "ske-connect-1",
"method": "connection.open",
"params": {
"name": "sidekick examples",
"version": 1
}
}
}

Generated using TypeDoc