UNPKG

@dfinity/oisy-wallet-signer

Version:

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

3 lines (2 loc) 137 B
import { HexString } from '../types/hex-string'; export declare const generateHash: <T extends object>(params: T) => Promise<HexString>;