Refills funds on the specified [[Shared Funds|shared funds]] transaction.   `Command syntax:` ```actionscript wallet shared refill -net <net_name> -w <wallet_name> -value <value> -fee <value> -tx <transaction_hash> [-H {hex(default) | base58}] ``` `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 -w - the name of the wallet from which funds will be taken -value - amount of funds being taken for refill -fee - commission for transaction -tx - hash of the shared funds transaction is being refilled -H - hash format: HEX or base58 (optional) ``` ### CLI Example `Command:` ```bash cellframe-node-cli wallet shared refill -net foobar -w foobar_root_0 -value 10000.0 -fee 5.0 -tx 0x6F6C94C2810E62B791E62E73985901B1E21B568E0AFE78744385F4D38FD5F84 ``` `Response:` ```actionscript  status: success         tx_hash: 0xE3180D8A8AF9859242303D082A87E2B4EA128EEF4AC490BB40A85E2C02F173B4 ``` ### JSON-RPC Example ![[JSON-RPC Request - WALLET SHARED REFILL]]