Add dev api for alias handling'

This commit is contained in:
lash
2025-01-14 13:53:29 +00:00
parent a4976e6c52
commit 18a30a0065
7 changed files with 163 additions and 14 deletions

9
models/alias_response.go Normal file
View File

@@ -0,0 +1,9 @@
package models
type RequestAliasResult struct {
Alias string
}
type AliasAddress struct {
Address string
}