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