UNPKG

opendb_test_rpc

Version:

general purpose library for OpenDB blockchain

7 lines (6 loc) 257 B
export interface OpenDBiOptions { readonly keystore: boolean; } export declare function hasCliOptions(opts: OpenDBiOptions): opts is OpenDBiOptions; export declare function getIntro(): string; export declare const underlineChalk: (text: any) => string;