UNPKG

@dfinity/oisy-wallet-signer

Version:

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

21 lines (20 loc) 836 B
export const Account: IDL.RecordClass; export const AllowanceArgs: IDL.RecordClass; export const ApproveArgs: IDL.RecordClass; export const ApproveError: IDL.VariantClass; export const TransferFromArgs: IDL.RecordClass; export const TransferFromError: IDL.VariantClass; export const idlService: IDL.ServiceClass<string, { icrc1_supported_standards: IDL.FuncClass<[], [IDL.VecClass<Record<string, any>>]>; icrc2_allowance: IDL.FuncClass<[IDL.RecordClass], [IDL.RecordClass]>; icrc2_approve: IDL.FuncClass<[IDL.RecordClass], [IDL.VariantClass]>; icrc2_transfer_from: IDL.FuncClass<[IDL.RecordClass], [IDL.VariantClass]>; }>; export const idlInitArgs: any[]; export function idlFactory({ IDL }: { IDL: any; }): any; export function init({ IDL }: { IDL: any; }): never[]; import { IDL } from '@icp-sdk/core/candid';