Skip to content

Commit 91118c9

Browse files
Merge pull request 0xPolygon#706 from 0xPolygon/platform/housekeeping
Platform: Update sitemap
2 parents c7f576b + 1599ea6 commit 91118c9

File tree

3 files changed

+714
-622
lines changed

3 files changed

+714
-622
lines changed

docs/tools/matic-js/pos/erc1155/withdraw-exit-many.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The `withdrawExitMany` method can be used to exit the withdraw process by using the txHash from `withdrawStartMany` method.
22

33
```js
4+
45
const erc1155RootToken = posClient.erc1155(<root token address>, true);
56

67
const result = await erc1155RootToken.withdrawExitMany(<burn tx hash>);

docs/tools/matic-js/pos/erc1155/withdraw-start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The `withdrawStart` method can be used to initiate the withdraw process which will burn the specified amount of tokenId on polygon chain.
22

33
```js
4+
45
const erc1155Token = posClient.erc1155(<child token address>);
56

67
const result = await erc1155Token.withdrawStart(<token id>,<amount>);

0 commit comments

Comments
 (0)