You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwWeb3Error.processingError(desc:"EIP712Parser. Attempting to encode type that doesn't exist in this payload. Given type: \(type). Available types: \(types.values).")
179
+
throwWeb3Error.processingError(desc:"EIP712Parser. Attempting to encode type that doesn't exist in this payload. Given type: \(type). Available types: \(types.keys).")
180
180
}
181
181
returntryencodeType(type, typeData)
182
182
}
@@ -216,7 +216,7 @@ public struct EIP712TypedData {
216
216
varencValues:[Any]=[trytypeHash(type)]
217
217
218
218
guardlet typeData =types[type]else{
219
-
throwWeb3Error.processingError(desc:"EIP712Parser. Attempting to encode data for type that doesn't exist in this payload. Given type: \(type). Available types: \(types.values).")
219
+
throwWeb3Error.processingError(desc:"EIP712Parser. Attempting to encode data for type that doesn't exist in this payload. Given type: \(type). Available types: \(types.keys).")
0 commit comments