UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

6 lines 338 B
import { Abi } from '../../types'; export declare const getAbi: (name: string) => Abi; export declare const getArtifact: (name: string) => any; export declare function getAppInfo(appId: string, namespace: string): any; export declare function hasAppInfo(appId: string, namespace: string): boolean; //# sourceMappingURL=interfaces.d.ts.map