Skip to content

Commit

Permalink
delet doc
Browse files Browse the repository at this point in the history
  • Loading branch information
heliuchuan committed Oct 18, 2023
1 parent 84cb639 commit 2b29bc2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/internal/digitalAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,6 @@ export async function createCollectionTransaction(
return transaction as SingleSignerTransaction;
}

/**
* Queries data of a specific collection by the collection creator address and the collection name.
*
* if, for some reason, a creator account has 2 collections with the same name in v1 and v2,
* can pass an optional `tokenStandard` parameter to query a specific standard
*
* @param creatorAddress the address of the collection's creator
* @param collectionName the name of the collection
* @returns GetCollectionDataResponse response type
*/
export async function getCollectionData(args: {
aptosConfig: AptosConfig;
creatorAddress: HexInput;
Expand Down Expand Up @@ -300,13 +290,6 @@ export async function getCollectionData(args: {
return data.current_collections_v2[0];
}

/**
* Queries a collection's address.
*
* @param creatorAddress the collection creator address
* @param collectionName the collection name
* @returns the collection address
*/
export async function getCollectionId(args: {
aptosConfig: AptosConfig;
creatorAddress: HexInput;
Expand Down

0 comments on commit 2b29bc2

Please sign in to comment.