UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

5 lines (4 loc) 246 B
export declare enum EventBannerType { EVENT_BANNER_SIMPLE = "SIMPLE" } export declare const getEventBanner: (eventId: string, type: EventBannerType, title: Record<string, string>, message: Record<string, string>, imageUrl: string) => string;