UNPKG

@airgap/coinlib-core

Version:

The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

8 lines (7 loc) 212 B
/// <reference types="node" /> declare const bs64check: { encode(input: any): string; decode(input: Buffer | string): Buffer; checkSum: (payload: Buffer | string) => any; }; export default bs64check;