Skip to content

Question - signTx() documentation #95

@tdedgx

Description

@tdedgx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions