7 lines
144 B
Go
7 lines
144 B
Go
|
package http
|
||
|
|
||
|
// MostChangedWalletAddress response DTO object
|
||
|
type MostChangedWalletAddressResponse struct {
|
||
|
Address string `json:"address"`
|
||
|
}
|