@perawallet/connect
Version:
JavaScript SDK for integrating Pera Wallet to web applications.
11 lines (10 loc) • 491 B
TypeScript
declare const PERA_WALLET_APP_DEEP_LINK = "perawallet-wc://";
declare const PERA_DOWNLOAD_URL = "https://perawallet.app/download/";
declare const PERA_WALLET_SIGNATURE_PREFIX: number[];
export interface PeraWebWalletURLs {
ROOT: string;
CONNECT: string;
TRANSACTION_SIGN: string;
}
declare function getPeraWebWalletURL(webWalletURL: string): PeraWebWalletURLs;
export { PERA_WALLET_APP_DEEP_LINK, getPeraWebWalletURL, PERA_DOWNLOAD_URL, PERA_WALLET_SIGNATURE_PREFIX };