UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

36 lines (31 loc) 1.1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var abiCoder = require('./abi-coder.js'); require('./utils/base58.js'); require('./utils/errors.js'); require('./utils/events.js'); require('./utils/fixednumber.js'); require('./utils/maths.js'); require('./utils/utf8.js'); require('../../base/functions/platform.js'); require('../../base/functions/encode.js'); require('../../base/functions/crypto.js'); require('../noble-hashes/sha3.js'); require('../noble-hashes/sha256.js'); var fragments = require('./fragments.js'); require('./interface.js'); var typed = require('./typed.js'); /** * The Application Binary Interface (ABI) describes how method input * parameters should be encoded, their results decoded, and how to * decode events and errors. * * See [About ABIs](docs-abi) for more details how they are used. * * @_section api/abi:Application Binary Interface [about-abi] * @_navTitle: ABI */ var ethers = abiCoder.AbiCoder.defaultAbiCoder(); exports.ParamType = fragments.ParamType; exports.Typed = typed.Typed; exports["default"] = ethers;