add paramters to signal if encryption and cashu are supported and show them in the bot

(might need to be renamed if convention says other)
This commit is contained in:
Believethehype
2023-12-03 22:05:53 +01:00
parent 26dab119c3
commit 091fe10a94
16 changed files with 120 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ class DVMTaskInterface:
PUBLIC_KEY: str
DVM = DVM
SUPPORTS_ENCRYPTION = True # DVMs build with this framework support encryption, but others might not.
ACCEPTS_CASHU = True # DVMs build with this framework support encryption, but others might not.
dvm_config: DVMConfig
admin_config: AdminConfig