LtbLightning / bdk-flutter

Bitcoin Development Kit - Flutter Package
MIT License
60 stars 27 forks source link

Transaction Granularity #16

Closed BitcoinZavior closed 1 year ago

BitcoinZavior commented 1 year ago

Transaction creation, signing and broadcast should be done by individual methods. This will enable more use cases and user journeys for apps. Once a transaction is created it should be available to the app to store or sign later. A signed transaction should also be available to the app to store or broadcast as per use case or user journey.

The following methods will add the required granularity:

BitcoinZavior commented 1 year ago

Addresses https://github.com/LtbLightning/bdk-flutter/issues/14