UNPKG

@dfinity/oisy-wallet-signer

Version:

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

4 lines (3 loc) 230 B
import { SignerBuilderFn, SignerBuilderMethods } from '../types/signer-builders'; export declare const MAX_CONSENT_MESSAGE_ARG_SIZE_BYTES = 500; export declare const SIGNER_BUILDERS: Record<SignerBuilderMethods, SignerBuilderFn>;