@acentproject/networks 中文文档教程

发布于 3年前 浏览 21 项目主页 更新于 3年前

Ethereum (and ilk) Network Definitions

这个子模块是 ethers 项目的一部分。

它负责跟踪常见网络以及重要的 每个参数。

有关详细信息,请参阅文档

Importing

大多数用户会更喜欢使用 umbrella 包, 但对于那些有更具体需求的人,可以进口单个组件。

const {

    getNetwork,

    // Types

    Network,
    Networkish

} = require("@wansproject/networks");

License

麻省理工执照

Ethereum (and ilk) Network Definitions

This sub-module is part of the ethers project.

It is responsible for tracking common networks along with important parameters for each.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    getNetwork,

    // Types

    Network,
    Networkish

} = require("@wansproject/networks");

License

MIT License

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文