mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,7 @@ Disconnect from the XRP Ledger.
|
|||||||
Get the account wallet and connect to the XRP Ledger.
|
Get the account wallet and connect to the XRP Ledger.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
sync function burnNFT() {
|
async function burnNFT() {
|
||||||
const wallet = xrpl.Wallet.fromSeed(accountSeedField.value);
|
const wallet = xrpl.Wallet.fromSeed(accountSeedField.value);
|
||||||
const net = getNet();
|
const net = getNet();
|
||||||
const client = new xrpl.Client(net);
|
const client = new xrpl.Client(net);
|
||||||
|
|||||||
Reference in New Issue
Block a user