UNPKG

@typechain/ethers-v5

Version:

🔌 TypeChain target for ethers-v5

7 lines • 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STRUCT_OUTPUT_POSTFIX = exports.STRUCT_INPUT_POSTFIX = exports.FACTORY_POSTFIX = void 0; exports.FACTORY_POSTFIX = '__factory'; exports.STRUCT_INPUT_POSTFIX = 'Struct'; exports.STRUCT_OUTPUT_POSTFIX = 'StructOutput'; //# sourceMappingURL=common.js.map