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

Method String

libs/bytes/bytes.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (bz HexBytes) String() string {
74 return strings.ToUpper(hex.EncodeToString(bz))
75}
76
77// Format writes either address of 0th element in a slice in base 16 notation,
78// with leading 0x (%p), or casts HexBytes to bytes and writes as hexadecimal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected