Skip to content

Commit

Permalink
Add supportInterfaces functiions for tip1155
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef committed Oct 11, 2023
1 parent 26dba01 commit ad6cc95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nekoton-contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ pub mod tip4_1;
pub mod tip4_2;
pub mod tip4_3;
pub mod tip6;

pub mod tip1155;
pub mod wallets;

trait RunLocalSimple {
Expand Down
2 changes: 2 additions & 0 deletions nekoton-contracts/src/tip1155/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const MULTI_TOKEN_COLLECTION_INTERFACE_ID: u32 = 0x057c489e;

Check failure on line 1 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Lints

constant `MULTI_TOKEN_COLLECTION_INTERFACE_ID` is never used

Check warning on line 1 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Check

constant `MULTI_TOKEN_COLLECTION_INTERFACE_ID` is never used

Check warning on line 1 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_COLLECTION_INTERFACE_ID` is never used

Check warning on line 1 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_COLLECTION_INTERFACE_ID` is never used

Check warning on line 1 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_COLLECTION_INTERFACE_ID` is never used
const MULTI_TOKEN_NFT_INTERFACE_ID: u32 = 0x14b19005;

Check failure on line 2 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Lints

constant `MULTI_TOKEN_NFT_INTERFACE_ID` is never used

Check warning on line 2 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Check

constant `MULTI_TOKEN_NFT_INTERFACE_ID` is never used

Check warning on line 2 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_NFT_INTERFACE_ID` is never used

Check warning on line 2 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_NFT_INTERFACE_ID` is never used

Check warning on line 2 in nekoton-contracts/src/tip1155/mod.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `MULTI_TOKEN_NFT_INTERFACE_ID` is never used

0 comments on commit ad6cc95

Please sign in to comment.