ens-names #8

Merged
carlos merged 3 commits from ens-names into master 2025-03-07 07:27:29 +01:00
Showing only changes of commit e64eb265a5 - Show all commits

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"`
}