@okxweb3/coin-ethereum
Version:
An Ethereum SDK for building Web3 wallets and applications.
7 lines (6 loc) • 348 B
TypeScript
/// <reference types="node" />
export declare const assertIsHexString: (input: string) => void;
export declare const assertIsBuffer: (input: Buffer) => void;
export declare const assertIsArray: (input: number[]) => void;
export declare const assertIsString: (input: string) => void;
export declare const assertIsBytes: (input: Uint8Array) => void;