LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Transaction creation, signing and broadcast should be separate methods #15

Open BitcoinZavior opened 2 years ago

BitcoinZavior commented 2 years ago

Transaction creation, signing and broadcast should be separate methods. This will allow more flexibility in user journeys as well as better error handling. This will also be required when doing multisig transactions.