@alessandrokonrad . For `cardano.signTx()`, the output `TransactionWitnessSet`, does not tally the input required in cardano-cli, producing this error: ``` Command failed: transaction sign-witness Error: buyer_witness_set_from_nami_signTx.witness: TextEnvelope decode error: DecoderErrorDeserialiseFailure "Shelley Witness" (DeserialiseFailure 0 "expected list len") ``` Seems like, the cborHex Nami produced after `signTx()` has extra 2 characters.