We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4d027 commit a82f24fCopy full SHA for a82f24f
ui/src/we.ts
@@ -32,6 +32,10 @@ export const appletServices: AppletServices = {
32
view: "applet-view",
33
},
34
35
+ bindAsset: async (appletClient: AppAgentClient,
36
+ srcWal: WAL, dstWal: WAL): Promise<void> => {
37
+ console.log("Bind requested. Src:", srcWal, " Dst:", dstWal)
38
+ },
39
getAssetInfo: async (
40
appletClient: AppAgentClient,
41
roleName: RoleName,
0 commit comments