ledger-core
Static Public Member Functions | List of all members
ledger::core::Base58 Class Reference

Static Public Member Functions

static std::string encode (const std::vector< uint8_t > &bytes, const std::shared_ptr< api::DynamicObject > &config)
 
static std::string encodeWithChecksum (const std::vector< uint8_t > &bytes, const std::shared_ptr< api::DynamicObject > &config)
 
static std::string encodeWithEIP55 (const std::vector< uint8_t > &bytes)
 
static std::string encodeWithEIP55 (const std::string &address)
 
static std::vector< uint8_t > decode (const std::string &str, const std::shared_ptr< api::DynamicObject > &config)
 
static Try< std::vector< uint8_t > > checkAndDecode (const std::string &str, const std::shared_ptr< api::DynamicObject > &config)
 
static std::vector< uint8_t > computeChecksum (const std::vector< uint8_t > &bytes, const std::string &networkIdentifier="")
 

The documentation for this class was generated from the following files: