docs
docs copied to clipboard
This is the documentation portal for all Polkadot and Substrate related tools and libraries in the polkadot-js family of repos.
Hello, using console.log part from this example from polkadotJS guides I get an error, that class, weight and partial Fee does not exist. I use TS language, could there be...
[Detour into derives](https://polkadot.js.org/docs/api/start/api.rpc#detour-into-derives) states: > The api.derive interfaces will be covered in a follow-up section However there is no follow-up section 🥹
Setting Tip section is needed in cookbook https://polkadot.js.org/docs/api/cookbook/tx
import { web3Accounts, web3Enable, web3FromAddress, web3ListRpcProviders, web3UseRpcProvider } from '@polkadot/extension-dapp'; // returns an array of all the injected sources // (this needs to be called first, before other requests) const...
Module Example -> https://polkadot.js.org/docs/api/start/create Common Js Example -> https://polkadot.js.org/docs/api/examples/promise/listen-to-blocks In the overview, it seems like 'CommonJs' is the chosen format. Perhaps a task is to redo some of the examples?
According to https://wiki.polkadot.network/docs/build-node-interaction#fetching-a-block, `partialFee` contains the weight and length fee, not just the weight fee.
Just correction to execute code.You can check needed params via your working env or docs.Corrected variant works good
Ideally reduce the number of queries received like https://github.com/polkadot-js/api/issues/3278 Also provides information on how to connect to network listed in the apps UI