UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

3 lines (2 loc) 133 B
import type { Network } from '../types/address.js'; export declare const isAddress: (address: string, network?: Network) => boolean;