stack

Home > @infiniteobjects/top-shot-service > TopShotService

TopShotService class

TopShot Services

Signature:

export declare class TopShotService 

Constructors

Constructor Modifiers Description
(constructor)()   Constructs a new instance of the TopShotService class

Properties

Property Modifiers Type Description
fetchMintedMoment   (momentId: number, user?: IProfile) => Promise<ITopShotAssetToken>  
fetchMintedMoments   (momentIds: string[], user?: IProfile) => Promise<ITopShotAssetToken[]>  
fetchMomentIds   (walletId: string) => Promise<string[]>  
fetchProfile   (dapperId: string) => Promise<IProfile>  
log   LoggerInstance