Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract stateless functions into wallet library module
This is a WIP to get feedback not really for a thorough review. The goal of this commit/branch is to extract wallet functionality into a module so it can moved into the baru library. The motivation for this refactor is so the platform team can upgrade the protocols to use PSET's. This should also take maintenance workload away from from product team. Currently there is a Wallet trait from the library that is implemented using Esplora in the application. There is a plan to remove this trait for the Esplora stuff to live in the baru library.
- Loading branch information