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

Struct QueryIsContractOwnerRequest

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

please upgrade the proto package QueryIsContractOwnerRequest

Source from the content-addressed store, hash-verified

31
32// QueryIsContractOwnerRequest
33type 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
38func (m *QueryIsContractOwnerRequest) Reset() { *m = QueryIsContractOwnerRequest{} }
39func (m *QueryIsContractOwnerRequest) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected