UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges. Verifiable data powered by Verity.

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;