mirror of
https://github.com/embarklabs/web3.js.git
synced 2026-08-30 22:21:10 +00:00
doc titles updated
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
.. include:: include_announcement.rst
|
||||
|
||||
=================
|
||||
Web3 Admin Module
|
||||
=================
|
||||
============
|
||||
Admin Module
|
||||
============
|
||||
|
||||
|
||||
The ``web3-eth-admin`` package allows you to interact with the Ethereum node's admin management.
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
.. include:: include_announcement.rst
|
||||
|
||||
=================
|
||||
Web3 Debug Module
|
||||
=================
|
||||
============
|
||||
Debug Module
|
||||
============
|
||||
|
||||
|
||||
The ``web3-eth-debug`` package allows you to interact with the Ethereum node's debug methods.
|
||||
The ``web3-eth-debug`` module allows you to interact with the Ethereum node's debug methods.
|
||||
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
.. include:: include_announcement.rst
|
||||
|
||||
=================
|
||||
Web3 Miner Module
|
||||
=================
|
||||
============
|
||||
Miner Module
|
||||
============
|
||||
|
||||
|
||||
The ``web3-eth-miner`` package allows you to remote control the node's mining operation and set various mining specific settings.
|
||||
@@ -225,4 +225,4 @@ Example
|
||||
miner.stop().then(console.log);
|
||||
> true
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
.. include:: include_announcement.rst
|
||||
|
||||
==================
|
||||
Web3 TxPool Module
|
||||
==================
|
||||
=============
|
||||
TxPool Module
|
||||
=============
|
||||
|
||||
|
||||
The ``web3-eth-txpool`` package gives you access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing.
|
||||
@@ -31,7 +31,7 @@ The ``web3-eth-txpool`` package gives you access to several non-standard RPC met
|
||||
.. _txpool-content:
|
||||
|
||||
getContent
|
||||
=========
|
||||
==========
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
@@ -145,7 +145,7 @@ Example
|
||||
|
||||
|
||||
getInspection
|
||||
=====================
|
||||
=============
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
@@ -235,7 +235,7 @@ Example
|
||||
|
||||
|
||||
getStatus
|
||||
=====================
|
||||
=========
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
|
||||
Reference in New Issue
Block a user