cardano-serialization-lib
cardano-serialization-lib copied to clipboard
What does 'Inputs do not conform to this spec or are otherwise invalid.' mean?
Getting this exception when calling .build() on TxBuilder.
Can't find this exception in the serlib codebase.
The TX is built like this: https://github.com/ergolabs/cardano-dex-sdk-js/blob/f8a9db329b63c23b741711b19ad99500305d2a21/src/cardano/wallet/txAsm.ts#L18
Could mean many things, for example, sending ADA from a testnet address to a mainet address will also give you this error. It could be anything, so double check everything and check again.
Could mean many things, for example, sending ADA from a testnet address to a mainet address will also give you this error. It could be anything, so double check everything and check again.
Had the same issue thanks, this solved also my issue (wrong wallet address mainnet instead of testnet address)