ethereum-multicall-extended
Version:
Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result
8 lines (7 loc) • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Networks = exports.ExecutionType = void 0;
var execution_type_1 = require("./execution-type");
Object.defineProperty(exports, "ExecutionType", { enumerable: true, get: function () { return execution_type_1.ExecutionType; } });
var networks_1 = require("./networks");
Object.defineProperty(exports, "Networks", { enumerable: true, get: function () { return networks_1.Networks; } });