Add terms of service URL to MintInformation class (#715)

* add tos_url according to https://github.com/cashubtc/nuts/pull/205

* add tos_url everywhere
This commit is contained in:
callebtc
2025-03-28 16:11:04 +01:00
committed by GitHub
parent f783493e1a
commit 76e2601efd
6 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class GetInfoResponse(BaseModel):
contact: Optional[List[MintInfoContact]] = None
motd: Optional[str] = None
icon_url: Optional[str] = None
tos_url: Optional[str] = None
urls: Optional[List[str]] = None
time: Optional[int] = None
nuts: Optional[Dict[int, Any]] = None