UNPKG

@dfinity/oisy-wallet-signer

Version:

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

5 lines (4 loc) 202 B
import type { HttpAgentOptions } from '@icp-sdk/core/agent'; export declare const shouldFetchRootKey: ({ hostname }: { hostname: string; }) => Pick<HttpAgentOptions, "shouldFetchRootKey" | "host">;