Sings debit transaction with valid public key.   `Command syntax:` ```actionscript wallet_shared sign -net <net_name> -w <wallet_name> -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 signing wallet -tx - hash of the debit transaction -H - hash format: HEX or base58 (optional) ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli wallet shared sign -net raiden -w third_wallet -tx 0x075051A67F29290D73192C13685D173C1017A973DC5E0AC7DFDA0AB3CF60AAE9 ``` `Response:` ```actionscript status: success tx_hash: 0x61B12392FDD90D9A8247DFC7EDDF85DF18CC372240769EE78DC521BDF3B659AF ``` ### JSON-RPC Example ![[JSON-RPC Request - WALLET SHARED SIGN]]