pub fn decode_hex_with_checksum(d: &[u8]) -> Result<Vec<u8>>
Expand description

Implements “formatting.Decode” with “formatting.Hex”. ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/utils/formatting#Decode