UNPKG

@fordefi-public/crypto-address-validator-ts

Version:

Crypto address validator for Bitcoin and other Altcoins, forked to be used with typescript

5 lines (4 loc) 220 B
export function encode_block(data: any, buf: any, index: any): any; export function encode(hex: any): string; export function decode_block(data: any, buf: any, index: any): any; export function decode(enc: any): string;