QueryGetContractLogRequest
| 317 | |
| 318 | // QueryGetContractLogRequest |
| 319 | type QueryGetContractLogRequest struct { |
| 320 | Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` |
| 321 | } |
| 322 | |
| 323 | func (m *QueryGetContractLogRequest) Reset() { *m = QueryGetContractLogRequest{} } |
| 324 | func (m *QueryGetContractLogRequest) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected