UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

4 lines 216 B
import { Fragment } from '@ethersproject/abi'; import { Abi } from '../types'; export declare function findMethodAbiFragment(abi: Abi, methodSignature: string): Fragment | undefined; //# sourceMappingURL=abi.d.ts.map