Skip to content

Commit

Permalink
fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed May 2, 2023
1 parent 8620358 commit a0e4855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
"name": "balance [nftAddress] [did]",
"description": "It gets the balance of a NFT",
"details": "This command allows to check if an address is a holder of a specific NFT wrapped by a Nevermined DID",
"examples": ["ncli nfts1155 hold did:nv:afd733c23c41af948be7ec039c3fb2048d437e082a69ea3f336cdf452a49be7e"],
"examples": ["ncli nfts1155 balance 0xF841Ff2C8abF1751A83923755EbD2F66bBAa5BFE did:nv:afd733c23c41af948be7ec039c3fb2048d437e082a69ea3f336cdf452a49be7e"],
"commandHandler": "balanceNft",
"positionalArguments": [{
"name": "nftAddress",
Expand Down

0 comments on commit a0e4855

Please sign in to comment.