Skip to content

Commit

Permalink
Fix type in TIP4_6Collection.platformCode function description
Browse files Browse the repository at this point in the history
  • Loading branch information
rustvalve authored Aug 28, 2023
1 parent ed2cc6c commit 9463adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/TIP-4/6.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Returns the current version of the NFT. The Collection stores only the latest ve

### TIP4_6Collection.platformCode()
```solidity
function nftVersion() external view responsible returns (uint32);
function platformCode() external view responsible returns (TvmCell);
```

Returns the NftPlatform code containing the `collection`(`address`) salt. The NftPlatform code is non-upgradeable.
Expand Down

0 comments on commit 9463adf

Please sign in to comment.