UNPKG

@alice-network/zos-lib

Version:

JavaScript library for the ZeppelinOS smart contract platform

4 lines (3 loc) 256 B
import { ParamType } from 'ethers/utils/abi-coder'; export default function encodeCall(name: string, types?: Array<string | ParamType>, rawValues?: any[]): string; export declare function decodeCall(types?: Array<string | ParamType>, data?: any[]): any[];