
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
@types/multicoin-address-validator
Advanced tools
TypeScript definitions for multicoin-address-validator
npm install --save @types/multicoin-address-validator
This package contains type definitions for multicoin-address-validator (https://github.com/christsim/multicoin-address-validator).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multicoin-address-validator.
export as namespace WAValidator;
export function validate(address: string, currencyNameOrSymbol?: string, opts?: ValidateOpts | string): boolean;
export function getCurrencies(): Currency[];
export function findCurrency(symbol: string): Currency | null;
export type NetworkType = "prod" | "testnet" | "both" | "stagenet";
export interface Validator {
isValidAddress: (address: string, currency: Currency, opts: ValidateOpts) => boolean;
}
export interface Currency {
name: string;
symbol: string;
validator: Validator;
[key: string]: any;
}
export interface ValidateOpts {
networkType?: NetworkType;
}
These definitions were written by Kyle McLean.
FAQs
TypeScript definitions for multicoin-address-validator
The npm package @types/multicoin-address-validator receives a total of 22,912 weekly downloads. As such, @types/multicoin-address-validator popularity was classified as popular.
We found that @types/multicoin-address-validator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.