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) 108 B
import { Expiry } from '@icp-sdk/core/agent'; export declare const bigIntToExpiry: (val: bigint) => Expiry;