UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

5 lines (4 loc) 297 B
import { Root, Type } from '../../../node_modules/protobufjs/dist/minimal/protobuf.min.js'; export declare function loadProtobufSchema(baseUrl: string): Promise<Root>; export declare function getProtobufType(root: Root, typeName: string): Type; export declare function clearProtobufCache(): void;