@1hive/connect-core
Version:
Access and interact with Aragon Organizations and their apps.
9 lines • 613 B
TypeScript
import type { Address } from '@1hive/connect-types';
import { Result } from '@ethersproject/abi';
import { Provider } from '@ethersproject/providers';
import { StepDecoded } from '../types';
import App from '../entities/App';
import ForwardingPath from '../entities/ForwardingPath';
export declare function appIntent(sender: Address, destinationApp: App, methodSignature: string, params: any[], installedApps: App[], provider: Provider): Promise<ForwardingPath>;
export declare function filterAndDecodeAppUpgradeIntents(intents: StepDecoded[], installedApps: App[]): Result[];
//# sourceMappingURL=intent.d.ts.map