UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

3 lines (2 loc) 230 B
import { AbiEntry, AbiEnums, AbiStructs, RawArgsObject } from '../../types/index.js'; export default function orderPropsByAbi(unorderedObject: RawArgsObject, abiOfObject: AbiEntry[], structs: AbiStructs, enums: AbiEnums): object;