UNPKG

@vechain/connex-wallet-buddy

Version:

to bridge connex sign request to wallet

7 lines (6 loc) 206 B
/** * open custom protocol uri with installed native app * @param uri the custom protocol uri * @param timeout */ export declare function openUri(uri: string, timeout: number): Promise<unknown> | null;