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

Struct QueryAllContractFileResponse

x/contract/types/query.pb.go:266–269  ·  view source on GitHub ↗

QueryAllContractFileResponse

Source from the content-addressed store, hash-verified

264
265// QueryAllContractFileResponse
266type 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
271func (m *QueryAllContractFileResponse) Reset() { *m = QueryAllContractFileResponse{} }
272func (m *QueryAllContractFileResponse) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected