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

Struct QueryGetContractFileRequest

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

QueryGetContractFileRequest

Source from the content-addressed store, hash-verified

129
130// QueryGetContractFileRequest
131type QueryGetContractFileRequest struct {
132 Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
133}
134
135func (m *QueryGetContractFileRequest) Reset() { *m = QueryGetContractFileRequest{} }
136func (m *QueryGetContractFileRequest) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected