Package Exports
- @hethers/abstract-provider
- @hethers/abstract-provider/lib.esm/index.js
- @hethers/abstract-provider/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hethers/abstract-provider) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Abstract Provider
This sub-module is part of the hethers project. It is a forked version of the abstract-provider sub-module adapted for Hedera Hashgraph's Smart Contract Service.
It is responsible for defining the common interface for a Provider.
A Provider is an abstraction of non-account-based operations on a DLT and is generally not directly involved in signing transaction or data.
For signing, see the Abstract Signer
or Wallet sub-modules. TODO update develop
link
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 {
TransactionRequest,
HederaTransactionRecord,
TransactionResponse,
Log,
TransactionReceipt,
FeeData,
EventFilter,
Filter,
EventType,
Listener,
Provider
} = require("@hethers/abstract-provider");
License
MIT License