UNPKG

@dfinity/oisy-wallet-signer

Version:

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

16 lines (15 loc) 944 B
export { ICRC21, ICRC21_CALL_CONSENT_MESSAGE, ICRC25, ICRC25_PERMISSIONS, ICRC25_PERMISSION_ASK_ON_USE, ICRC25_PERMISSION_DENIED, ICRC25_PERMISSION_GRANTED, ICRC25_REQUEST_PERMISSIONS, ICRC25_SUPPORTED_STANDARDS, ICRC27_ACCOUNTS, ICRC29, ICRC29_STATUS } from './constants/icrc.constants'; export type { Icrc1Did, Icrc21Did, Icrc2Did } from './declarations'; export type * from './types/icrc-accounts'; export type * from './types/icrc-requests'; export type * from './types/icrc-responses'; export type * from './types/icrc-standards'; export type * from './types/post-message'; export * from './types/relying-party-errors'; export type * from './types/relying-party-options'; export type * from './types/relying-party-requests'; export type * from './types/rpc'; export type * from './types/signer-options'; export type * from './types/signer-prompts'; export * from './constants/icrc.constants'; export * from './constants/window.constants';