class Eth::Key

def private_bytes

Returns:
  • (String) - private key as packed byte-string.
def private_bytes
  @private_key.data
end