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

Struct QueryGetContractFileResponse

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

QueryGetContractFileResponse

Source from the content-addressed store, hash-verified

174
175// QueryGetContractFileResponse
176type QueryGetContractFileResponse struct {
177 ContractFile *ContractFile `protobuf:"bytes,1,opt,name=ContractFile,proto3" json:"ContractFile,omitempty"`
178}
179
180func (m *QueryGetContractFileResponse) Reset() { *m = QueryGetContractFileResponse{} }
181func (m *QueryGetContractFileResponse) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected