class Eth::Key
def public_hex
-
(String)
- public key as uncompressed hexa-decimal string.
def public_hex Util.bin_to_hex @public_key.uncompressed end
(String)
- public key as uncompressed hexa-decimal string.
def public_hex Util.bin_to_hex @public_key.uncompressed end