QueryAllContractFileResponse
| 264 | |
| 265 | // QueryAllContractFileResponse |
| 266 | type QueryAllContractFileResponse struct { |
| 267 | ContractFile []*ContractFile `protobuf:"bytes,1,rep,name=ContractFile,proto3" json:"ContractFile,omitempty"` |
| 268 | Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` |
| 269 | } |
| 270 | |
| 271 | func (m *QueryAllContractFileResponse) Reset() { *m = QueryAllContractFileResponse{} } |
| 272 | func (m *QueryAllContractFileResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected