@types/ethjs-util
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Installation

npm install --save @types/ethjs-util

Summary

This package contains type definitions for ethjs-util (https://github.com/ethjs/ethjs-util#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ethjs-util.

index.d.ts

/// <reference types="node" />

export function isHexPrefixed(str: string): boolean;

export function stripHexPrefix(str: string): string;

export function padToEven(value: string): string;

export function intToHex(i: number): string;

export function intToBuffer(i: number): Buffer;

export function getBinarySize(str: string): number;

export function arrayContainsArray(superset: any[], subset: any[], some?: boolean): boolean;

export function toUtf8(hex: string): string;

export function toAscii(hex: string): string;

export function fromUtf8(stringValue: string): string;

export function fromAscii(stringValue: string): string;

export function getKeys(params: any[], key: string, allowEmpty?: boolean): any[];

export function isHexString(value: string, length?: number): boolean;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ethjs-util

Weekly Downloads

834

Version

0.1.3

License

MIT

Unpacked Size

4.01 kB

Total Files

5

Last publish

Collaborators

  • types