refactor(swap-db): Extract intermediate Alice/Bob storage state machine type (#636)

This commit is contained in:
Mohan 2025-10-21 21:15:52 +02:00 committed by GitHub
parent 3eaeeede45
commit 22dd8dd052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 111 additions and 62 deletions

2
swap-db/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod alice;
pub mod bob;