github.com/lino-network/lino@v0.6.11/x/developer/types/query.go (about) 1 package types 2 3 type QueryResultIDABalance struct { 4 Amount string `json:"appida_amount"` 5 Unauthed bool `json:"unauthed"` 6 }