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

Method String

types/block.go:172–174  ·  view source on GitHub ↗

String returns a string representation of the block See StringIndented.

()

Source from the content-addressed store, hash-verified

170//
171// See StringIndented.
172func (b *Block) String() string {
173 return b.StringIndented("")
174}
175
176// StringIndented returns an indented String.
177//

Callers

nothing calls this directly

Calls 1

StringIndentedMethod · 0.95

Tested by

no test coverage detected