Hierarchy

  • AlertConfig

Properties

analytics?: AnalyticsInterface
body?: string
buttons?: AlertButton[]
data?: string
disclaimerText?: string
featuredWallets?: string[]
pairingPayload?: {
    networkType: NetworkType;
    p2pSyncCode: (() => Promise<P2PPairingRequest>);
    postmessageSyncCode: (() => Promise<PostMessagePairingRequest>);
    walletConnectSyncCode: (() => Promise<WalletConnectPairingRequest>);
}

Type declaration

timer?: number
title: string

Methods

  • Returns void

Generated using TypeDoc