UNPKG

incubed

Version:

Typescript-version of the incubed client

11 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const modules_1 = require("../../client/modules"); const verify_1 = require("./verify"); const EthChainContext_1 = require("./EthChainContext"); modules_1.register({ name: 'eth', verifyProof: verify_1.verifyProof, createChainContext: (client, chainId, spec) => new EthChainContext_1.default(client, chainId, spec) }); //# sourceMappingURL=index.js.map