Signs a token-emission datum in the mempool using provided _POA_ certificates. `Command syntax:` ```actionscript token_emit sign -emission <hash> [-chain_emission <chain_name>] -net <net_name> -certs <cert_list> ``` `Options:` ```actionscript -emission <hash> - hash of the emission -chain_emission - name of the chain where token was emitted (optional) -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 -certs - list of certificates for sign token emission ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli token_emit sign -emission  0x94C2B9D0A9BF293E30404730526DC014FED975B1503E119BAD2FFC8238F7934F -chain main -net foobar -certs foobar.root.pvt. ``` `Response:` ```actionscript Datum 0xAE43A6BC351B89DCA92E86ED42720443BA913FB81838DBB224931D4B7B0379D1 with 256bit emission is placed in datum pool ``` ### JSON-RPC Example ![[JSON-RPC Request - TOKEN EMIT SIGN]]