From 27866019eaa8076402d1af015b085ad57e5d6447 Mon Sep 17 00:00:00 2001 From: Mark Paul Date: Fri, 13 Sep 2024 20:49:42 +1000 Subject: [PATCH] feature: add proof as well to CNftSolPostMintMetaType --- package.json | 2 +- src/interfaces.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d88792..e4e2414 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/interfaces.ts b/src/interfaces.ts index 4a370ee..c4e75b4 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -243,4 +243,5 @@ export type CNftSolPostMintMetaType = { leafSchema?: any; index?: number; root?: any; + proof?: any; };