UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

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;