Tari universe needs to use the minotari cli to create transactions.
We should do the following:
- MC creates offline sign transaction as pending
- TU takes offline pre signed tx, signs it using seed words + offline signing library
- TU updates pending tx in MC
- MC broadcasts + monitors tx
Step 1 is already exists in MC.
Step 2 is already exposed as a library in core, this needs to be implemented in TU
Step 3 has code in place in MC, but need code in TU
Step 4 is missing in MC and needs to be done.