aliarbak
aliarbak
Is there any update about this issue? @neuecc do you have any suggestion to prevent this situation?
Hey @AphobiaCat `walletClient.Engine.SessionRequestEvents()` is not valid, you should pass a response model, like this: ``` [JsonConverter(typeof(EthSignTypedDataV4ResponseJsonConverter))] [RpcMethod("eth_signTypedData_v4"), RpcResponseOptions(Clock.ONE_MINUTE, 99993)] public class EthSignTypedDataV4Response { public string Signature { get; set; }...
Hey @skibitsky thank you for your reply. Then it would be better to find a safer workaround without changing the request values. nice catch btw :)