mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-23 01:22:01 -07:00
Merge pull request #147 from Permissionless-Software-Foundation/ct-unstable
fix(nft docs): Fixing a typo in docs
This commit is contained in:
+4
-4
@@ -421,9 +421,9 @@ class Nft1 {
|
||||
}
|
||||
|
||||
/**
|
||||
* @api SLP.Nft1.listNFTGroupChildren() listNFTGroupChildren()
|
||||
* @api SLP.NFT1.listNFTGroupChildren() listNFTGroupChildren()
|
||||
* @apiName listNFTGroupChildren
|
||||
* @apiGroup SLP Nft1
|
||||
* @apiGroup SLP NFT1
|
||||
* @apiDescription Return list of NFT children tokens in a NFT Group.
|
||||
* It's assumed provided groupId parameter is for an NFT Group token (type=129)
|
||||
*
|
||||
@@ -460,9 +460,9 @@ class Nft1 {
|
||||
}
|
||||
|
||||
/**
|
||||
* @api SLP.Nft1.parentNFTGroup() parentNFTGroup()
|
||||
* @api SLP.NFT1.parentNFTGroup() parentNFTGroup()
|
||||
* @apiName parentNFTGroup
|
||||
* @apiGroup SLP Nft1
|
||||
* @apiGroup SLP NFT1
|
||||
* @apiDescription Return parent NFT Group information for a given NFT child token.
|
||||
* It's assumed provided groupId parameter is for an NFT Child token (type=65)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user