Skip to content

Commit

Permalink
Merge pull request #129 from Itheum/d-david
Browse files Browse the repository at this point in the history
feat: support market max quantity changes & sft donation treasury
  • Loading branch information
damienen authored May 7, 2024
2 parents 6f304ea + 5eafad5 commit 78f81f5
Show file tree
Hide file tree
Showing 12 changed files with 1,163 additions and 988 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0-alpha.2",
"version": "3.3.0-alpha.8",
"description": "SDK for Itheum's Data NFT Technology on MultiversX Blockchain",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
22 changes: 21 additions & 1 deletion src/abis/core-mx-life-bonding-sc.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,27 @@
],
"outputs": [
{
"type": "Option<tuple<Compensation,Option<Refund>>>"
"type": "Option<Refund>"
}
]
},
{
"name": "getAddressRefundForCompensations",
"mutability": "readonly",
"inputs": [
{
"name": "address",
"type": "Address"
},
{
"name": "compensation_ids",
"type": "variadic<u64>",
"multi_arg": true
}
],
"outputs": [
{
"type": "List<Refund>"
}
]
},
Expand Down
Loading

0 comments on commit 78f81f5

Please sign in to comment.