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