-
public final class ElectrumSyncConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classElectrumSyncConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private BackgroundSyncConfigbackgroundSyncConfig
-
Constructor Summary
Constructors Constructor Description ElectrumSyncConfig(BackgroundSyncConfig backgroundSyncConfig)
-
Method Summary
Modifier and Type Method Description final BackgroundSyncConfiggetBackgroundSyncConfig()final UnitsetBackgroundSyncConfig(BackgroundSyncConfig backgroundSyncConfig)-
-
Constructor Detail
-
ElectrumSyncConfig
ElectrumSyncConfig(BackgroundSyncConfig backgroundSyncConfig)
-
-
Method Detail
-
getBackgroundSyncConfig
final BackgroundSyncConfig getBackgroundSyncConfig()
-
setBackgroundSyncConfig
final Unit setBackgroundSyncConfig(BackgroundSyncConfig backgroundSyncConfig)
-
-
-
-