]> Untitled Git - bdk-cli/commit
ref(handlers): split handler fns into repl
authorVihiga Tyonum <withtvpeter@gmail.com>
Tue, 21 Apr 2026 10:25:55 +0000 (11:25 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Fri, 5 Jun 2026 16:12:20 +0000 (17:12 +0100)
commit0bf3e66c7f733fed152171e0dab63f070d24ff10
tree7f1ef9d885dfe732f54f88272c292122179b262b
parentbf0551b71c5da8cce5b3200f47202dd787e46a65
ref(handlers): split handler fns into repl

- split handler fns into repl
- add entry point to the handlers subdir
- add wallet subdir entry point
src/handlers/mod.rs [new file with mode: 0644]
src/handlers/repl.rs [new file with mode: 0644]
src/wallet/mod.rs [new file with mode: 0644]