harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.
Apache License 2.0
5 stars 0 forks source link

Properly refactor API / SPI / implementations #21

Open harningt opened 8 years ago

harningt commented 8 years ago

Properly factor the sources into the right locations.

Right now we only just recently got an 'API' item, the VersionPrefix for Electrum V2 and the ElectrumV2ExtensionIdentifier for the purpose of pushing it in.

The SPI is mostly a mess of implementation with a few pieces here & there that relate to a common SPI. No public interface for users should expose the SPI, these should only be used internally.