Fix nftokenmint.md JSON example

correct bad JSON formatting and add required field "TokenTaxon": 0
This commit is contained in:
SFsourDoh
2022-01-14 13:15:27 -05:00
committed by GitHub
parent c5489fe3a7
commit d532ab6f8b

View File

@@ -23,9 +23,10 @@ If the transaction is successful, the newly minted token is owned by the account
"Account": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", "Account": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B",
"Issuer": "rNCFjv8Ek5oDrNiMJ3pw6eLLFtMjZLJnf2", "Issuer": "rNCFjv8Ek5oDrNiMJ3pw6eLLFtMjZLJnf2",
"TransferFee": 314, "TransferFee": 314,
"TokenTaxon": 0,
"Flags": 2147483659, "Flags": 2147483659,
"Fee": 10, "Fee": 10,
"URI": "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf4dfuylqabf3oclgtqy55fbzdi" "URI": "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf4dfuylqabf3oclgtqy55fbzdi",
"Memos": [ "Memos": [
{ {
"Memo": { "Memo": {
@@ -34,7 +35,7 @@ If the transaction is successful, the newly minted token is owned by the account
"MemoData": "72656E74" "MemoData": "72656E74"
} }
} }
], ]
} }
``` ```