web3-eth-abiFunctionsgetEncodedEip712DatagetEncodedEip712Data CallablegetEncodedEip712Data(typedData: Eip712TypedData, hash?: boolean): stringGet the EIP-191 encoded message to sign, from the typedData object. If hash is enabled, the message will be hashed with Keccak256.ParameterstypedData: Eip712TypedDataoptionalhash: booleanReturns string
Get the EIP-191 encoded message to sign, from the typedData object. If
hash
is enabled, the message will be hashed with Keccak256.