mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-13 12:33:20 +02:00
| .. | ||
| Env.cpp | ||
| Env.hpp | ||
| Main.cpp | ||
| Main.hpp | ||
| README.md | ||
| ServiceCreator.cpp | ||
| ServiceCreator.hpp | ||
| ServiceModule.cpp | ||
| ServiceModule.hpp | ||
The Boss::Mod::BoltzSwapper provides offchain-to-onchain
swap services.
ServiceModule- a thin wrapper that converts from Boss messages to calls to aBoltz::Service.ServiceCreator- atBoss::Msg::Init, constructs the variousServiceModules according to hardcoded known Boltz instances.Env- an implementation ofBoltz::EnvIFfor Boss.Main- holds theServiceCreatorandEnv.