UNPKG

bitcoin-tx-lib

Version:

A Typescript library for building and signing Bitcoin transactions

7 lines (6 loc) 168 B
export declare class Base58 { private static ALPHABET; private static BASE; static encode(hex: string): string; static decode(value: string): string; }