Get an EVM address from a public key.
The EVM address corresponding to the public key, serialized as a StaticArray<u8>.
StaticArray<u8>
Expects a SECP256K1 public key in raw format. Length: 64 bytes
Generated using TypeDoc
Get an EVM address from a public key.
Returns
The EVM address corresponding to the public key, serialized as a
StaticArray<u8>
.