Signing messages
📋Prerequisites
To sign EIP-712 messages, ensure the message is in JSON string format, then call:
string signature = await Passport.ZkEvmSignTypedDataV4("MESSAGE_IN_JSON_STRING_FORMAT");
To sign EIP-712 messages, ensure the message is in JSON string format, then call:
string signature = await Passport.ZkEvmSignTypedDataV4("MESSAGE_IN_JSON_STRING_FORMAT");