Skip to content

Commit

Permalink
feat: make p2id-note a library implementing a new note WIT interface
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Dec 15, 2023
1 parent 9a2e2f9 commit fb08550
Show file tree
Hide file tree
Showing 8 changed files with 26,092 additions and 35,074 deletions.
4 changes: 4 additions & 0 deletions sdk/wit/miden.wit
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ interface tx-kernel {
/// Marker interface. Expected to be implemented by the account/wallet
interface account {}

interface note {
note-script: func();
}

world base-world {
export types;
}
35,053 changes: 0 additions & 35,053 deletions tests/integration/expected/sdk_basic_wallet/basic-wallet-p2id-note.wat

This file was deleted.

Loading

0 comments on commit fb08550

Please sign in to comment.