Merge branch 'master' into pool-swap-endpoints

This commit is contained in:
2025-03-19 15:22:30 +03:00
3 changed files with 85 additions and 7 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"`
}