| ledger-core
    | 
#include <RippleLikeAddress.hpp>
 Inheritance diagram for ledger::core::api::RippleLikeAddress:
 Inheritance diagram for ledger::core::api::RippleLikeAddress:| Public Member Functions | |
| virtual std::vector< uint8_t > | getVersion ()=0 | 
| virtual std::vector< uint8_t > | getHash160 ()=0 | 
| virtual RippleLikeNetworkParameters | getNetworkParameters ()=0 | 
| virtual std::string | toBase58 ()=0 | 
Helper class for manipulating Ripple like addresses
| 
 | pure virtual | 
Gets the raw hash160 of the public key
Implemented in ledger::core::RippleLikeAddress.
| 
 | pure virtual | 
Gets the network parameters used for serializing the address
Implemented in ledger::core::RippleLikeAddress.
| 
 | pure virtual | 
Gets the version of the address
Implemented in ledger::core::RippleLikeAddress.
| 
 | pure virtual | 
Serializes the hash160 into a Base58 encoded address (with checksum)
Implemented in ledger::core::RippleLikeAddress.
 1.8.13
 1.8.13