submitting a signed transaction to the chain requires private keys loaded which breaks offline signing:
$ namadac tx --tx-path $tx --signatures $tx.sig --owner view_only_account --node 'https://rpc.knowable.run' --gas-payer view_only_account
Error:
0: unable to sign transaction with tpknam1qr...
the CLI also uses the private keys to submit reveal the public key type transactions during broadcast. If signing offline, the key isnt available at this time to submit this type of transaction
submitting a signed transaction to the chain requires private keys loaded which breaks offline signing:
the CLI also uses the private keys to submit
reveal the public keytype transactions during broadcast. If signing offline, the key isnt available at this time to submit this type of transaction