muddlebee / polkadot-mempool-explorer

Mempool Explorer allow users to monitor pending transactions on Polkadot.
Apache License 2.0
1 stars 0 forks source link

feat(docs): create extensive documentation for APIs #7

Open muddlebee opened 2 years ago

muddlebee commented 2 years ago
muddlebee commented 2 years ago

list of polkadot JS APIs

api.rpc.chain.getBlockHash(header.number);
api.rpc.chain.getBlock(blockHash);
api.query.system.events.at(header.hash);
api.rpc.author.pendingExtrinsics();