Macro base58check_of_binprot

Source
macro_rules! base58check_of_binprot {
    ($name:ident, versioned($ty:ty, $version:expr), $version_byte:ident) => { ... };
    ($name:ident, versioned $ty:ty, $version_byte:ident) => { ... };
    ($name:ident, $ty:ty, $version_byte:ident) => { ... };
}