| 38 | } |
| 39 | |
| 40 | bool IsValidDestinationString(const std::string &addr, const CChainParams ¶ms, bool *tokenAwareAddressOut) |
| 41 | { |
| 42 | return IsValidDestination(DecodeDestination(addr, params, tokenAwareAddressOut)); |
| 43 | } |
| 44 | |
| 45 | std::string EncodeDestination(const CTxDestination &dst, bool tokenAwareAddress) |
| 46 | { |