UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

3 lines (2 loc) 168 B
import type { WindowOptions } from '../types/relying-party-options'; export declare const windowFeatures: ({ position, ...rest }: WindowOptions) => string | undefined;