blk/internal/controller/http/dto.go

7 lines
144 B
Go
Raw Normal View History

2024-08-11 01:51:18 +00:00
package http
// MostChangedWalletAddress response DTO object
type MostChangedWalletAddressResponse struct {
Address string `json:"address"`
}