@parity/api
Version:
The Parity Promise-based API library for interfacing with Ethereum over RPC
11 lines (10 loc) • 343 B
JavaScript
;
// Copyright 2015-2019 Parity Technologies (UK) Ltd.
// This file is part of Parity.
//
// SPDX-License-Identifier: MIT
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("@parity/abi/lib/util/types"));