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) 200 B
import { IDL } from '@dfinity/candid'; export declare const TransferArgs: IDL.RecordClass; export declare const TransferError: IDL.VariantClass; export declare const TransferResult: IDL.VariantClass;