UNPKG

@dfinity/oisy-wallet-signer

Version:

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

15 lines (14 loc) 874 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 * from './declarations/icrc-21'; 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 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';