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