@newos/upgrades
Version:
Core JavaScript library for the NewOS
5 lines • 387 B
TypeScript
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