@hethers/providers
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Hedera Providers

This sub-module is part of the hethers project. It is a fork of the original ethers project sub-module.

It contains common Provider classes, utility functions for dealing with providers and re-exports many of the classes and types needed to implement a custom Provider.

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 {
    Provider,
    BaseProvider,
    DefaultHederaProvider,
    HederaProvider,
    getDefaultProvider,
    getNetwork,
    Formatter,
    EventType,
    FeeData,
    Filter,
    Log,
    Listener,
    TransactionReceipt,
    TransactionRequest,
    TransactionResponse,
    Network,
    Networkish,
    ProviderOptions
} = require("@hethers/providers");

License

MIT License

/@hethers/providers/

    Package Sidebar

    Install

    npm i @hethers/providers

    Weekly Downloads

    527

    Version

    1.2.4

    License

    MIT

    Unpacked Size

    333 kB

    Total Files

    63

    Last publish

    Collaborators

    • kalinatodorova
    • daniel.k.ivanov