NFT doc format cleanup

This commit is contained in:
mDuo13
2022-01-10 18:20:21 -08:00
parent 8e06da9a5b
commit bef2d8a20e
11 changed files with 44 additions and 1476 deletions

View File

@@ -9,7 +9,7 @@ status: not_enabled
# NFTokenMint
{% include '_snippets/nfts-disclaimer.md' %}
The `NFTokenMint` transaction creates a [NFToken object][] and adds it to the relevant [NFTokenPage object][] of the `minter`. A required parameter to this transaction is the `Token` field specifying the actual token. This transaction is the only opportunity the `minter` has to specify any token fields that are defined as immutable (for example, the `TokenFlags`).
The `NFTokenMint` transaction creates an non-fungible token and adds it to the relevant [NFTokenPage object][] of the `minter` as an [NFToken][] object. A required parameter to this transaction is the `Token` field specifying the actual token. This transaction is the only opportunity the `minter` has to specify any token fields that are defined as immutable (for example, the `TokenFlags`).
If the transaction is successful, the newly minted token is owned by the account (the `minter` account) that executed the transaction. If needed, the server creates a new `NFTokenPage` for the account and applies a reserve charge.