UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

10 lines 521 B
import { Provider } from '@ethersproject/providers'; import { TransactionPath } from '../../types'; import App from '../../entities/App'; /** * Calculate the transaction path for a transaction to `destination` * that invokes `methodSignature` with `params`. * */ export declare function calculateTransactionPath(sender: string, destinationApp: App, methodSignature: string, params: any[], apps: App[], provider: Provider, finalForwarder?: string): Promise<TransactionPath>; //# sourceMappingURL=calculatePath.d.ts.map