Function: fetchSingleCollectionDetails

@torque-labs/torque-utilsDocs


@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

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; }>

Defined in

lib/tensor-api.ts:99

Last updated