@dydxprotocol/exchange-wrappers
Version:
Collection of exchange wrapper contracts used by the dYdX Protocol
6 lines (5 loc) • 311 B
TypeScript
import { BigNumberable } from '../types';
export declare function argToBytes(val: BigNumberable): string;
export declare function allToBytes(...values: BigNumberable[]): string;
export declare function combineHexStrings(...args: string[]): string;
export declare function stripHexPrefix(input: string): string;