UNPKG

@dfinity/oisy-wallet-signer

Version:

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

5 lines (4 loc) 193 B
import type * as Icrc1Did from './icrc/icrc-1'; import type * as Icrc2Did from './icrc/icrc-2'; import type * as Icrc21Did from './icrc/icrc-21'; export type { Icrc1Did, Icrc21Did, Icrc2Did };