UNPKG

@dartess/multicoin-address-validator

Version:

Multicoin address validator for Bitcoin and other Altcoins ported to TypeScript.

11 lines (10 loc) 325 B
declare const gameCurrency: { readonly name: "GameCredits"; readonly symbol: "game"; readonly addressTypes: { readonly prod: readonly ["26", "05"]; readonly testnet: readonly []; }; }; declare const gameValidate: (address: string) => boolean; export { gameCurrency, gameValidate, };