Skip to content

Commit

Permalink
Restrict export of internal functions in MRC1155, MRC20, and MRC721 m…
Browse files Browse the repository at this point in the history
…odules
  • Loading branch information
Ben-Rey committed Dec 17, 2024
1 parent d4b7389 commit b16f5d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions smart-contracts/assembly/contracts/MRC1155/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './MRC1155';
// Internal functions must not be exported
1 change: 1 addition & 0 deletions smart-contracts/assembly/contracts/MRC20/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './MRC20';
// Internal functions must not be exported
1 change: 1 addition & 0 deletions smart-contracts/assembly/contracts/MRC721/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './MRC721';
// Internal functions must not be exported

0 comments on commit b16f5d4

Please sign in to comment.