UNPKG

@dfinity/oisy-wallet-signer

Version:

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

8 lines (7 loc) 503 B
import { idlFactory as idlFactoryIcrc1 } from './icrc/icrc-1.idl'; import { idlFactory as idlFactoryIcrc2 } from './icrc/icrc-2.idl'; import { idlFactory as idlFactoryIcrc21 } from './icrc/icrc-21.idl'; import type { _SERVICE as Icrc1Actor } from './icrc/icrc-1'; import type { _SERVICE as Icrc2Actor } from './icrc/icrc-2'; import type { _SERVICE as Icrc21Actor } from './icrc/icrc-21'; export { idlFactoryIcrc1, idlFactoryIcrc2, idlFactoryIcrc21, type Icrc1Actor, type Icrc21Actor, type Icrc2Actor };