@polkadot/api-derive
TypeScript icon, indicating that this package has built-in type declarations

16.3.1 • Public • Published

@polkadot/api-derive

Collection of high-level utility functions built on top of the @polkadot/api library. Designed to simplify the process of querying complex on-chain data by combining multiple RPC calls, storage queries, and runtime logic into a single, callable function.

Instead of manually fetching and processing blockchain data, developers can use api.derive methods to retrieve information.

Available Derive Namespaces

The derive functions are categorized into namespaces based on different common Substrate modules. Accesible by calling api.derive.NAMESPACE (e.g. api.derive.balances). The available modules are as follows:

Readme

Keywords

none

Package Sidebar

Install

npm i @polkadot/api-derive

Weekly Downloads

169,134

Version

16.3.1

License

Apache-2.0

Unpacked Size

728 kB

Total Files

584

Last publish

Collaborators

  • jacogr
  • polkadotjs