eip712_signature Documentation for eth_defi.eip_712.eip712_signature function. eip712_signature(payload, private_key)[source] Given a bytes object and a private key, return a signature suitable for EIP712 and EIP191 messages. Parameters payload (Dict[str, Any]) – private_key (Union[eth_typing.encoding.HexStr, bytes]) – Return type bytes