UNPKG

@dfinity/oisy-wallet-signer

Version:

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

6 lines (5 loc) 259 B
import { IDL } from '@dfinity/candid'; export declare const ApproveArgs: IDL.RecordClass; export declare const TransferFromArgs: IDL.RecordClass; export declare const ApproveResult: IDL.VariantClass; export declare const TransferFromResult: IDL.VariantClass;