2
0
mirror of synced 2025-02-25 04:25:16 +00:00

71 lines
883 B
TypeScript
Raw Normal View History

2019-05-14 18:25:46 -04:00
"use strict";
// To modify this file, you must update ./admin/cmds/update-exports.js
2019-05-14 18:25:46 -04:00
import * as ethers from "./ethers";
if ((<any>global)._ethers == null) {
(<any>global)._ethers = ethers;
}
2019-05-14 18:25:46 -04:00
export { ethers };
2019-09-06 12:25:17 -04:00
export {
Signer,
Wallet,
VoidSigner,
getDefaultProvider,
providers,
Contract,
ContractFactory,
BigNumber,
FixedNumber,
constants,
errors,
logger,
utils,
wordlists,
////////////////////////
// Compile-Time Constants
version,
////////////////////////
// Types
ContractFunction,
ContractReceipt,
ContractTransaction,
Event,
EventFilter,
Overrides,
PayableOverrides,
CallOverrides,
ContractInterface,
BigNumberish,
Bytes,
BytesLike,
Signature,
Transaction,
UnsignedTransaction,
Wordlist
} from "./ethers";