blk/internal/controller/http/dto.go
2024-08-11 04:52:08 +03:00

7 lines
144 B
Go

package http
// MostChangedWalletAddress response DTO object
type MostChangedWalletAddressResponse struct {
Address string `json:"address"`
}