UNPKG

@apocentre/bc-ur

Version:

A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons

4 lines (3 loc) 152 B
/// <reference types="node" /> export declare const cborEncode: (data: any) => Buffer; export declare const cborDecode: (data: string | Buffer) => any;