0.0.2 • Published 6 months ago

@types/ethereum-checksum-address v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/ethereum-checksum-address

Summary

This package contains type definitions for ethereum-checksum-address (https://github.com/miguelmota/ethereum-checksum-address).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ethereum-checksum-address.

index.d.ts

// Type definitions for ethereum-checksum-address 0.0
// Project: https://github.com/miguelmota/ethereum-checksum-address
// Definitions by: Wukong Project <https://github.com/wukongproject>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function toChecksumAddress(address: string, chainId?: number | string): string;
export function checkAddressChecksum(address: string, chainId?: number | string): boolean;

Additional Details

  • Last updated: Tue, 26 Apr 2022 19:01:46 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Wukong Project.