UNPKG

@usecannon/router

Version:

Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.

7 lines 349 B
/** * Default function filter to not add functions with name starting with "c_0x" * to the Router. These functions are added by the "solidity-coverage" library * during coverage tests when instrumenting the contracts. */ export declare const routerFunctionFilter: (fnName: string) => boolean; //# sourceMappingURL=router-function-filter.d.ts.map