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

Method String

types/light.go:160–162  ·  view source on GitHub ↗

String returns a string representation of SignedHeader.

()

Source from the content-addressed store, hash-verified

158
159// String returns a string representation of SignedHeader.
160func (sh SignedHeader) String() string {
161 return sh.StringIndented("")
162}
163
164// StringIndented returns an indented string representation of SignedHeader.
165//

Callers

nothing calls this directly

Calls 1

StringIndentedMethod · 0.95

Tested by

no test coverage detected