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
Copy file name to clipboardExpand all lines: internal/signermsgs/en_field_descriptions.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ var (
48
48
EIP712ResultR=ffm("EIP712Result.r", "The R value of the ECDSA signature as a 32byte hex encoded array")
49
49
EIP712ResultS=ffm("EIP712Result.s", "The S value of the ECDSA signature as a 32byte hex encoded array")
50
50
51
+
RevertErrorErrorEntry=ffm("RevertError.errorEntry", "The matched ABI error entry at this level of the error chain")
52
+
RevertErrorPrefix=ffm("RevertError.prefix", "The readable text prefix before the nested inner error, extracted from the outer Error(string) value")
53
+
RevertErrorInnerError=ffm("RevertError.innerError", "The recursively decoded inner error, forming the next level of the error chain, or nil if this is the leaf")
54
+
51
55
TypedDataDomain=ffm("TypedData.domain", "The data to encode into the EIP712Domain as part fo signing the transaction")
52
56
TypedDataMessage=ffm("TypedData.message", "The data to encode into primaryType structure, with nested values for any sub-structures")
53
57
TypedDataTypes=ffm("TypedData.types", "Array of types to use when encoding, which must include the primaryType and the EIP712Domain (noting the primary type can be EIP712Domain if the message is empty)")
0 commit comments