ValidateBasic performs basic validation.
()
| 1632 | |
| 1633 | // ValidateBasic performs basic validation. |
| 1634 | func (m *ProposalMessage) ValidateBasic() error { |
| 1635 | return m.Proposal.ValidateBasic() |
| 1636 | } |
| 1637 | |
| 1638 | // String returns a string representation. |
| 1639 | func (m *ProposalMessage) String() string { |
nothing calls this directly
no test coverage detected