UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

6 lines (5 loc) 372 B
import { Abi, FunctionAbi, RawArgs } from '../../../types/index.js'; import { AbiParserInterface } from './interface.js'; export declare function createAbiParser(abi: Abi): AbiParserInterface; export declare function getAbiVersion(abi: Abi): 1 | 0 | 2; export declare function isNoConstructorValid(method: string, argsCalldata: RawArgs, abiMethod?: FunctionAbi): boolean;