mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 19:14:19 +01:00
implement nut-06 time (#611)
This commit is contained in:
@@ -38,6 +38,7 @@ class GetInfoResponse(BaseModel):
|
||||
description_long: Optional[str] = None
|
||||
contact: Optional[List[MintInfoContact]] = None
|
||||
motd: Optional[str] = None
|
||||
time: Optional[int] = None
|
||||
nuts: Optional[Dict[int, Any]] = None
|
||||
|
||||
def supports(self, nut: int) -> Optional[bool]:
|
||||
|
||||
Reference in New Issue
Block a user