Home > @infiniteobjects/top-shot-service > TopShotService
TopShot Services
Signature:
export declare class TopShotService
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the TopShotService class |
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 |