Skip to content

Commit

Permalink
feature: add proof as well to CNftSolPostMintMetaType
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Sep 13, 2024
1 parent c506deb commit 2786601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itheum/sdk-mx-data-nft",
"version": "3.7.0-alpha.4",
"version": "3.7.0-alpha.5",
"description": "SDK for Itheum's Data NFT Technology on MultiversX and Solana",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ export type CNftSolPostMintMetaType = {
leafSchema?: any;
index?: number;
root?: any;
proof?: any;
};

0 comments on commit 2786601

Please sign in to comment.