UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

4 lines (3 loc) 107 B
export function isValidAddress(address: string): boolean { return /^0x[0-9a-fA-F]{40}$/.test(address); }