UNPKG

nestjs-chainlist

Version:

chainlist module for Nest framework (node.js)

8 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TARGET_CHAIN_PARAMS = exports.TARGET_CHAINS_LISTS = exports.METADATA_CHAINS_LIST = exports.METADATA_CHAIN_PARAM = void 0; exports.METADATA_CHAIN_PARAM = 'chain:param'; exports.METADATA_CHAINS_LIST = 'chains:name:list'; exports.TARGET_CHAINS_LISTS = Object.seal({}); exports.TARGET_CHAIN_PARAMS = Object.seal({}); //# sourceMappingURL=constants.js.map