UNPKG

@slide-computer/signer-web

Version:

JavaScript and TypeScript library to communicate with web signers on the Internet Computer

7 lines (6 loc) 258 B
import type { PermissionScope, PermissionState, SupportedStandard } from "@slide-computer/signer"; export declare const supportedStandards: SupportedStandard[]; export declare const scopes: Array<{ scope: PermissionScope; state: PermissionState; }>;