UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

5 lines (4 loc) 246 B
import { Root, Type } from 'protobufjs'; export declare function loadProtobufSchema(baseUrl: string): Promise<Root>; export declare function getProtobufType(root: Root, typeName: string): Type; export declare function clearProtobufCache(): void;