Skip to content

Commit

Permalink
Update contracts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvm-bot committed Mar 11, 2024
1 parent 603e194 commit 7bc53ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/components/contracts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12792,7 +12792,7 @@ function burn(address to, uint256 id, uint256 amount) public
### burn

```solidity
function burn(address to, uint256 id, uint256 amount, uint256 seed) public
function burn(address to, uint256 id, uint256 amount, uint256 _seed) public
```

### balanceOf
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/components/contracts/solidity-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23961,7 +23961,7 @@ function burn(address to, uint256 id, uint256 amount) public
### burn

```solidity
function burn(address to, uint256 id, uint256 amount, uint256 seed) public
function burn(address to, uint256 id, uint256 amount, uint256 _seed) public
```

### balanceOf
Expand Down

0 comments on commit 7bc53ef

Please sign in to comment.