-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 - the name of Chain. The list of chains can be found in the directory <Config_dir> \ etc \ network \ <network_name> or by the Cellframe-Node-CLI using command - net list chains-poa_cert - name of the private master node certificate -value - number of tokens in datoshi
If you request command in the Cellframe network, use parameter -chain main.
CLI Example
Command:
cellframe-node-cli block reward set -net foobar -chain main -value 5.0e+18 -poa_cert foobar.root.pvt.0
Response:
Decree with hash 0xD90F068E41A612D93E8777DDA814DD3EFD736B8ED95BDA4B3F8DEA06E04120D7 created to set basic block sign reward
JSON-RPC Example
JSON-RPC Request - BLOCK SET REWARD
Sets base reward for signing one block at one minute.
Your node must have a root role to make a decree.
net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received using - Node Command - NET LISTchain - the name of chain (main or zerochain)
poa_cert - name of the private root node certificate
value - number of tokens in datoshi
If you make a request in the Cellframe network, use parameter chain:main.