UNPKG

@dartess/multicoin-address-validator

Version:

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

4 lines (3 loc) 140 B
/// <reference types="node" /> import { Buffer } from 'buffer'; export declare function bigNumberToBuffer(bigNumberStr: string): Buffer;