@okxweb3/coin-ethereum
Version:
An Ethereum SDK for building Web3 wallets and applications.
7 lines (6 loc) • 300 B
TypeScript
/// <reference types="node" />
export * from './sign-typed-data';
export * from './encryption';
export declare function padWithZeroes(hexString: string, targetLength: number): string;
export declare function legacyToBuffer(value: any): Buffer;
export declare function isNullish(value: any): boolean;