2022-11-30 23:43:23 +03:00
|
|
|
/**
|
|
|
|
* The Application Programming Interface (API) is the collection of
|
|
|
|
* functions, classes and types offered by the Ethers library.
|
|
|
|
*
|
2022-12-30 19:28:26 +03:00
|
|
|
* @_section: api:Application Programming Interface [about-api]
|
2022-12-12 10:47:12 +03:00
|
|
|
* @_navTitle: API
|
2022-11-30 23:43:23 +03:00
|
|
|
*/
|
2022-09-05 23:14:43 +03:00
|
|
|
import * as ethers from "./ethers.js";
|
|
|
|
|
|
|
|
export { ethers };
|
|
|
|
|
|
|
|
export * from "./ethers.js";
|