Function: fetchSingleCollectionDetails
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / fetchSingleCollectionDetails
Function: fetchSingleCollectionDetails()
function fetchSingleCollectionDetails(collectionId): Promise<{
collId: collection.collId;
compressed: collection.compressed;
imageUri: collection.imageUri;
metadataProgram: any;
name: collection.name;
slugdisplay: collection.slugDisplay;
stats: collection.stats;
symbol: collection.symbol;
tokenStandard: collection.tokenStandard;
whitelistPda: collection.whitelistPda;
}>Fetches single collection details
Parameters
collectionId
string
Returns
Promise<{ collId: collection.collId; compressed: collection.compressed; imageUri: collection.imageUri; metadataProgram: any; name: collection.name; slugdisplay: collection.slugDisplay; stats: collection.stats; symbol: collection.symbol; tokenStandard: collection.tokenStandard; whitelistPda: collection.whitelistPda; }>
collId
any
collection.collId
compressed
any
collection.compressed
imageUri
any
collection.imageUri
metadataProgram
any
-
name
any
collection.name
slugdisplay
any
collection.slugDisplay
stats
any
collection.stats
symbol
any
collection.symbol
tokenStandard
any
collection.tokenStandard
whitelistPda
any
collection.whitelistPda
Defined in
Last updated