Merge branch 'master' into sms-api

This commit is contained in:
2025-04-01 14:18:04 +03:00
4 changed files with 97 additions and 8 deletions

View File

@@ -7,3 +7,13 @@ type RequestAliasResult struct {
type AliasAddress struct {
Address string
}
type AliasEnsResult struct {
Address string `json:"address"`
AutoChoose bool `json:"autoChoose"`
Name string `json:"name"`
}
type AliasEnsAddressResult struct {
Address string `json:"address"`
}