UNPKG

@btc-vision/bsi-common

Version:

Common library for OP_NET.

8 lines (7 loc) 193 B
export class ConfigBase { constructor(config) { this.DEBUG_LEVEL = config.DEBUG_LEVEL; this.DATABASE = config.DATABASE; this.LOG_FOLDER = config.LOG_FOLDER; } }