toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
crypto
/
eth_privkey_to_address
eth_privkey_to_address
rell
function
eth_privkey_to_address
(
privkey
:
byte_array
)
:
byte_array
Derives a 20-byte Ethereum address from a 32-byte private key.
Since
0.13.5
Parameters
privkey
The 32-byte private key.