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