ipfs-chromium
Public Types | Static Public Attributes | List of all members
multibase::traits< encoding::base_58_btc > Struct Reference
Collaboration diagram for multibase::traits< encoding::base_58_btc >:
Collaboration graph
[legend]

Public Types

using execution_style = algorithm::stream_tag
 

Static Public Attributes

constexpr static const std::array< char, 58 > charset
 
constexpr static const char name [] = "base_58_btc"
 
constexpr static const char padding = 0
 

Member Data Documentation

◆ charset

constexpr static const std::array<char, 58> multibase::traits< encoding::base_58_btc >::charset
staticconstexpr
Initial value:
= {
'1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F',
'G', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}

The documentation for this struct was generated from the following file: