encode_base58_bytes

Function encode_base58_bytes 

Source
pub fn encode_base58_bytes(bytes: &[u8]) -> String
Expand description

Encode arbitrary-length bytes as base58 with no fixed width; leading zero bytes render as leading 1 digits. This is the encoding of the optional node-identity bundle segment of a node URI (the 32-byte key segment keeps its fixed 44-digit form).