Emurgo / cardano-serialization-lib

This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
Other
229 stars 125 forks source link

multiple input addresses #673

Open dev-dantealighieri opened 5 days ago

dev-dantealighieri commented 5 days ago

Hi,

I want to create an offline transaction, and sign it on an offline computer using npm library elliptic.

I can create transactions from one input address to multiple output addresses using your library, what i want is to have more than 1 different input addresses, and create many-input/many-output transactions such as in Bitcoin.

Is there way for creating a data to sign, and somehow sign it using the private keys of 2 different addresses?

If so, how can I do it?

thanks, Dante