UNPKG

@0xcert/ethereum-http-provider

Version:

Implementation of HTTP communication provider for the Ethereum blockchain.

14 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const spec_1 = require("@specron/spec"); const view = require(".."); const spec = new spec_1.Spec(); spec.test('exposes objects', (ctx) => { ctx.true(!!view.HttpProvider); ctx.true(!!view.SignMethod); ctx.true(!!view.Mutation); ctx.true(!!view.buildGatewayConfig); ctx.true(!!view.NetworkKind); }); exports.default = spec; //# sourceMappingURL=index.test.js.map