MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / QueryAllTokenDataResponse

Struct QueryAllTokenDataResponse

x/token/types/query.pb.go:169–172  ·  view source on GitHub ↗

QueryAllTokenDataResponse

Source from the content-addressed store, hash-verified

167
168// QueryAllTokenDataResponse
169type 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
174func (m *QueryAllTokenDataResponse) Reset() { *m = QueryAllTokenDataResponse{} }
175func (m *QueryAllTokenDataResponse) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected