Function: fetchSingleCollectionDetails
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / fetchSingleCollectionDetails
Function: fetchSingleCollectionDetails()
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
Last updated