1#ifndef SECP256K1_COINS_ETHEREUM_HPP
2#define SECP256K1_COINS_ETHEREUM_HPP
std::array< std::uint8_t, 20 > ethereum_address_bytes(const fast::Point &pubkey)
bool eip55_verify(const std::string &addr)
std::string eip55_checksum(const std::string &hex_addr)
std::string ethereum_address(const fast::Point &pubkey)
std::string ethereum_address_raw(const fast::Point &pubkey)