HexBytes is a byte slice with hex encoding and decoding when marshaled and unmarshaled.
| 12 | // HexBytes is a byte slice with hex encoding and decoding when |
| 13 | // marshaled and unmarshaled. |
| 14 | type HexBytes []byte |
| 15 | |
| 16 | // MarshalText satisfies the encoding.TextMarshaler interface. |
| 17 | func (h HexBytes) MarshalText() ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected