ValidateBasic performs basic validation.
()
| 1708 | |
| 1709 | // ValidateBasic performs basic validation. |
| 1710 | func (m *VoteMessage) ValidateBasic() error { |
| 1711 | return m.Vote.ValidateBasic() |
| 1712 | } |
| 1713 | |
| 1714 | // String returns a string representation. |
| 1715 | func (m *VoteMessage) String() string { |
nothing calls this directly
no test coverage detected