UNPKG

@daostack/upgrades

Version:
5 lines 387 B
import { ParamType } from 'ethers/utils/abi-coder'; export declare function encodeParams(types?: (string | ParamType)[], rawValues?: any[]): string; export default function encodeCall(name: string, types?: (string | ParamType)[], rawValues?: any[]): string; export declare function decodeCall(types?: (string | ParamType)[], data?: any[]): any[]; //# sourceMappingURL=encodeCall.d.ts.map