Type alias RpcCall_A2W_connection_open

RpcCall_A2W_connection_open: RpcCall<"connection.open", Params_A2W_connection_open>

Shape of aepp-to-waellet "connection.open" RPC call

(layer 3)

Example

// layer 3: json rpc
{jsonrpc : "2.0",
id : "ske-connect-1",
method : "connection.open",
// layer 4: AWCP-specific semantics
params : {name : "sidekick examples",
version : 1}}}

Generated using TypeDoc