Processes all datums for the selected chain of the network.
> [!ATTENTION] warning
> - If datum data doesn't satisfy consensus requirements, it will be discarded.
> - Function "PROC" is available only for the Root Nodes in the zerochain and Master Nodes in the mainchain.
> - This command will process transaction with any comission! Parameter minimum_comission will not be taken into account!
You can also use enable auto-processing function in general configuration file - **[[Cellframe Node General Config#Section [mempool|mempool section]]**.
`Command syntax:`
```actionscript
mempool proc_all
-net <net_name>
-chain <chain_name>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-chain - name of the chain
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli mempool proc_all
-net foobar
-chain main
```
`Response:`
```
The entire mempool has been processed in foobar.main.
```
### JSON-RPC Example
![[JSON-RPC Request - MEMPOOL PROC ALL]]