UNPKG

@perawallet/connect

Version:

JavaScript SDK for integrating Pera Wallet to web applications.

10 lines (9 loc) 222 B
export interface PeraWalletConfig { bridgeURL: string; webWalletURL: string; isWebWalletAvailable: boolean; shouldDisplayNewBadge: boolean; shouldUseSound: boolean; silent: boolean; promoteMobile: boolean; }