status-lib/status/types/mailserver.nim
Anthony Laibe c7722cda00
refactor: Group profile function and eth function together (#67)
* refactor: Group profile function and eth function together

* refactor: group eth backend

* refactor: Move various eth call to eth backend

* refactor: move accounts call to account backend

* refactor: permission
2021-10-01 12:53:38 -04:00

3 lines
60 B
Nim

type
MailServer* = ref object
name*, endpoint*: string