Skip to content

Files

Latest commit

3912caf · Oct 14, 2019

History

History
23 lines (14 loc) · 437 Bytes

api.rst

File metadata and controls

23 lines (14 loc) · 437 Bytes

ethers.js 接口文档

ethers.js 主要包含以下4个模块 : |wallet| ,Providers ,合约 Contract 以及 工具包 utils 。

在使用接口之前,请先确保正确 引入 ethers.js , 以下是接口列表:

.. toctree::
   :maxdepth: 2

   api-wallet
   api-providers
   api-contract
   api-utils