Public Member Functions | |
EthAddress (const char *address) | |
EthAddress (const std::string &address) | |
EthAddress (const EthAddress &other) | |
EthAddress (const uint8_t *data) | |
EthAddress & | operator= (const EthAddress &other) |
bool | operator== (const EthAddress &other) const |
std::string | to_string () const |
void | set_data (uint8_t *array) |
uint8_t * | get_data () |
Static Public Member Functions | |
static uint8_t * | data_from_string (const std::string &address) |