QueryAllTokenDataResponse
| 167 | |
| 168 | // QueryAllTokenDataResponse |
| 169 | type QueryAllTokenDataResponse struct { |
| 170 | TokenData []TokenData `protobuf:"bytes,1,rep,name=tokenData,proto3" json:"tokenData"` |
| 171 | Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` |
| 172 | } |
| 173 | |
| 174 | func (m *QueryAllTokenDataResponse) Reset() { *m = QueryAllTokenDataResponse{} } |
| 175 | func (m *QueryAllTokenDataResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected