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

Struct QueryGetContractLogResponse

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

QueryGetContractLogResponse

Source from the content-addressed store, hash-verified

407
408// QueryGetContractLogResponse
409type QueryGetContractLogResponse struct {
410 ContractLog *ContractLog `protobuf:"bytes,1,opt,name=ContractLog,proto3" json:"ContractLog,omitempty"`
411}
412
413func (m *QueryGetContractLogResponse) Reset() { *m = QueryGetContractLogResponse{} }
414func (m *QueryGetContractLogResponse) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected