Displays information about the parameters of the [[Decree|decrees]] in the network.
`Command syntax:`
```actionscript
decree info
-net <net_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
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli decree info -net riemann
```
`Response:`
```actionscript
Decree info:
Owners: 3
=====================================================================
1) 0x847991D080A242F481761321549E356517CB9024C1E204326ACB85064ED4FE29
2) 0xA9279C1CBAC80812F5E99C70B5A55E390B4334E1ACDC994BA4DC365C9F5886DF
3) 0x57AF31F04D48F44682FEEF66D92578CA98CA9E682E088599727CD16EC4AF9991
=====================================================================
Min owners for apply decree: 2
```
### JSON-RPC Example
![[JSON-RPC Request - DECREE INFO]]