MCPcopy Create free account
hub / github.com/tendermint/tendermint / String

Method String

types/validator_set.go:718–720  ·  view source on GitHub ↗

---------------- String returns a string representation of ValidatorSet. See StringIndented.

()

Source from the content-addressed store, hash-verified

716//
717// See StringIndented.
718func (vals *ValidatorSet) String() string {
719 return vals.StringIndented("")
720}
721
722// StringIndented returns an intended String.
723//

Callers

nothing calls this directly

Calls 1

StringIndentedMethod · 0.95

Tested by

no test coverage detected