UNPKG

@polkadot/extension-inject

Version:

A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.

4 lines (3 loc) 235 B
import type { Injected, InjectOptions } from './types.js'; export { packageInfo } from './packageInfo.js'; export declare function injectExtension(enable: (origin: string) => Promise<Injected>, { name, version }: InjectOptions): void;