We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e2135 commit 966c262Copy full SHA for 966c262
1 file changed
docs/fassets/reference/IMintingTagManager.mdx
@@ -13,8 +13,8 @@ To get the minting tag manager address, use the [getMintingTagManager](/fassets/
13
14
### `reserve`
15
16
-Reserve a new minting tag by paying the reservation fee.
17
-The caller becomes the owner of the tag and the initial minting recipient.
+Reserve a new minting tag NFT by paying the reservation fee.
+The caller becomes the owner of this NFT (tag ID) and the initial minting recipient.
18
19
```solidity
20
function reserve() external payable returns (uint256);
0 commit comments