please upgrade the proto package QueryIsContractOwnerRequest
| 31 | |
| 32 | // QueryIsContractOwnerRequest |
| 33 | type QueryIsContractOwnerRequest struct { |
| 34 | FileHash string `protobuf:"bytes,1,opt,name=fileHash,proto3" json:"fileHash,omitempty"` |
| 35 | OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` |
| 36 | } |
| 37 | |
| 38 | func (m *QueryIsContractOwnerRequest) Reset() { *m = QueryIsContractOwnerRequest{} } |
| 39 | func (m *QueryIsContractOwnerRequest) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected