Displays information about the parameters of the [[Decree|decrees]] in the network. `Command syntax:` ```actionscript decree find -net <net_name> -hash <decree_hash> ``` `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 -hash - hash of the decree ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli decree find -net riemann -hash 0x3859BAADFF8AB6B528BD3E7E6D0BA8C090B1044172166E5F979617736C87B79B ``` `Response:` ```actionscript Specified decree is applied in decrees hash-table ``` ### JSON-RPC Example ![[JSON-RPC Request - DECREE FIND]]