Skip to content

Commit a82f24f

Browse files
committed
add bindasset
1 parent cc4d027 commit a82f24f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/we.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ export const appletServices: AppletServices = {
3232
view: "applet-view",
3333
},
3434
},
35+
bindAsset: async (appletClient: AppAgentClient,
36+
srcWal: WAL, dstWal: WAL): Promise<void> => {
37+
console.log("Bind requested. Src:", srcWal, " Dst:", dstWal)
38+
},
3539
getAssetInfo: async (
3640
appletClient: AppAgentClient,
3741
roleName: RoleName,

0 commit comments

Comments
 (0)