Module Base58_check

exception Invalid_base58_checksum of string
exception Invalid_base58_version_byte of char * string
exception Invalid_base58_check_length of string
exception Invalid_base58_character of string
val mina_alphabet : B58.alphabet

the Mina base 58 alphabet

module Make (M : sig ... end) : sig ... end
module Version_bytes : module type of Version_bytes