Skip to content

Commit

Permalink
add bindasset
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Apr 2, 2024
1 parent cc4d027 commit a82f24f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/we.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export const appletServices: AppletServices = {
view: "applet-view",
},
},
bindAsset: async (appletClient: AppAgentClient,
srcWal: WAL, dstWal: WAL): Promise<void> => {
console.log("Bind requested. Src:", srcWal, " Dst:", dstWal)
},
getAssetInfo: async (
appletClient: AppAgentClient,
roleName: RoleName,
Expand Down

0 comments on commit a82f24f

Please sign in to comment.