UNPKG

@btc-vision/bsi-common

Version:

Common library for OP_NET.

10 lines (9 loc) 299 B
export class ConfigBase { constructor(config) { this.DEBUG_LEVEL = config.DEBUG_LEVEL; this.DATABASE = config.DATABASE; this.DEBUG_FILEPATH = config.DEBUG_FILEPATH; this.CACHE_STRATEGY = config.CACHE_STRATEGY; this.LOG_FOLDER = config.LOG_FOLDER; } }