ethers.js/packages/ethers/lib.esm/index.d.ts

4 lines
576 B
TypeScript
Raw Normal View History

2019-05-15 01:48:48 +03:00
import * as ethers from "./ethers";
export { ethers };
2022-08-18 21:48:39 +03:00
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, TypedDataDomain, TypedDataField, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist } from "./ethers";
//# sourceMappingURL=index.d.ts.map