---------------- String returns a string representation of ValidatorSet. See StringIndented.
()
| 716 | // |
| 717 | // See StringIndented. |
| 718 | func (vals *ValidatorSet) String() string { |
| 719 | return vals.StringIndented("") |
| 720 | } |
| 721 | |
| 722 | // StringIndented returns an intended String. |
| 723 | // |
nothing calls this directly
no test coverage detected