EventData_A2W<t>: { type: "to_waellet"; data: t }

This is the data that is sent from the aepp to the wallet through the Event bus

Example

// layer 2: who is the message for
{type : "to_waellet",
// layer 3: json rpc
data : {jsonrpc : "2.0",
id : "ske-connect-1",
method : "connection.open",
// layer 4: AWCP-specific semantics
params : {name : "sidekick examples",
version : 1}}}

Type Parameters

Type declaration

  • type: "to_waellet"
  • data: t

Generated using TypeDoc