add alias responses

This commit is contained in:
Carlosokumu 2025-02-24 14:48:00 +03:00
parent d5dc792dce
commit e64eb265a5
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

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