UNPKG

@dfinity/oisy-wallet-signer

Version:

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

11 lines (10 loc) 693 B
import type { IcrcRequestedScopes } from '../types/icrc-requests'; export declare const RELYING_PARTY_CHECK_WALLET_STATUS_INTERVAL = 5000; export declare const RELYING_PARTY_CONNECT_TIMEOUT_IN_MILLISECONDS: number; export declare const RELYING_PARTY_TIMEOUT_REQUEST_SUPPORTED_STANDARD = 5000; export declare const RELYING_PARTY_TIMEOUT_REQUEST_PERMISSIONS: number; export declare const RELYING_PARTY_TIMEOUT_PERMISSIONS = 5000; export declare const RELYING_PARTY_TIMEOUT_ACCOUNTS: number; export declare const RELYING_PARTY_TIMEOUT_CALL_CANISTER: number; export declare const RELYING_PARTY_TIMEOUT_REQUEST_STATUS = 5000; export declare const RELYING_PARTY_DEFAULT_SCOPES: IcrcRequestedScopes;