How to use the @ethersproject/address.isAddress function in @ethersproject/address

To help you get started, we’ve selected a few @ethersproject/address examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github OffchainLabs / arbitrum / packages / arb-ts / src / lib / byte_serialize_params.ts View on Github external
const isAddress = (input: PrimativeType) =>
  typeof input === 'string' && _isAddress(input)
github OffchainLabs / arbitrum / packages / arb-provider-ethers / src / lib / byte_serialize_params.ts View on Github external
const isAddress = (input: PrimativeType) =>
  typeof input === 'string' && _isAddress(input)

@ethersproject/address

Utilities for handling Ethereum Addresses for ethers.

MIT
Latest version published 2 years ago

Package Health Score

65 / 100
Full package analysis