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

Method String

types/light.go:47–49  ·  view source on GitHub ↗

String returns a string representation of the LightBlock

()

Source from the content-addressed store, hash-verified

45
46// String returns a string representation of the LightBlock
47func (lb LightBlock) String() string {
48 return lb.StringIndented("")
49}
50
51// StringIndented returns an indented string representation of the LightBlock
52//

Callers

nothing calls this directly

Calls 1

StringIndentedMethod · 0.95

Tested by

no test coverage detected