You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you review the doco under cardano.signTx(tx, partialSign), it has "Transaction is a hex encoded cbor string." however under the hood it requires Hex bytes [i.e. at api/extension/index.js:745 => rawTx=Loader.Cardano.Transaction.from_bytes(Buffer.from(tx,'hex'));.
Indeed I needed to provide the latter for it to work. This is the error when providing cbor hex:
"code: -1
info: "Inputs do not conform to this spec or are otherwise invalid.""
Thanks
The text was updated successfully, but these errors were encountered:
Hi, thanks for the wallet!
Can you review the doco under cardano.signTx(tx, partialSign), it has "Transaction is a hex encoded cbor string." however under the hood it requires Hex bytes [i.e. at api/extension/index.js:745 => rawTx=Loader.Cardano.Transaction.from_bytes(Buffer.from(tx,'hex'));.
Indeed I needed to provide the latter for it to work. This is the error when providing cbor hex:
"code: -1
info: "Inputs do not conform to this spec or are otherwise invalid.""
Thanks
The text was updated successfully, but these errors were encountered: