Get an EVM public key from a signature.
The EVM public key corresponding to the signature, serialized as a StaticArray<u8>.
StaticArray<u8>
Hashed data that was signed.
Expects a SECP256K1 signature in full ETH format. Format: (r, s, v) v will be ignored. Length: 65 bytes
Generated using TypeDoc
Get an EVM public key from a signature.
Returns
The EVM public key corresponding to the signature, serialized as a
StaticArray<u8>
.