Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | CashAddrContent |
Enumerations | |
enum | CashAddrType : uint8_t { PUBKEY_TYPE = 0 , SCRIPT_TYPE = 1 } |
Functions | |
std::string | EncodeCashAddr (const CTxDestination &, const CChainParams &) |
std::string | EncodeCashAddr (const std::string &prefix, const CashAddrContent &content) |
CTxDestination | DecodeCashAddr (const std::string &addr, const CChainParams ¶ms) |
CashAddrContent | DecodeCashAddrContent (const std::string &addr, const std::string &prefix) |
CTxDestination | DecodeCashAddrDestination (const CashAddrContent &content) |
std::vector< uint8_t > | PackCashAddrContent (const CashAddrContent &content) |
enum CashAddrType : uint8_t |
Enumerator | |
---|---|
PUBKEY_TYPE | |
SCRIPT_TYPE |
Definition at line 14 of file cashaddrenc.h.
CTxDestination DecodeCashAddr | ( | const std::string & | addr, |
const CChainParams & | params | ||
) |
Definition at line 101 of file cashaddrenc.cpp.
CashAddrContent DecodeCashAddrContent | ( | const std::string & | addr, |
const std::string & | prefix | ||
) |
Definition at line 112 of file cashaddrenc.cpp.
CTxDestination DecodeCashAddrDestination | ( | const CashAddrContent & | content | ) |
Definition at line 154 of file cashaddrenc.cpp.
std::string EncodeCashAddr | ( | const CTxDestination & | dst, |
const CChainParams & | params | ||
) |
std::string EncodeCashAddr | ( | const std::string & | prefix, |
const CashAddrContent & | content | ||
) |
std::vector< uint8_t > PackCashAddrContent | ( | const CashAddrContent & | content | ) |
Definition at line 175 of file cashaddrenc.cpp.