We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d8457 commit 111d33eCopy full SHA for 111d33e
Sources/web3swift/Utils/EIP/EIP712/EIP712Parser.swift
@@ -125,9 +125,9 @@ internal struct EIP712TypeArray: Codable {
125
public struct EIP712TypeProperty: Codable {
126
/// Property name. An arbitrary string.
127
public let name: String
128
- /// Property type. A type that's ABI encodable.
+ /// Property type. A type that's ABI encodable or a custom type from ``EIP712TypedData/types``.
129
public let type: String
130
- /// Strips brackets (e.g. [] - denoting an array) and other characters augmenting the type.
+ /// Stripped of brackets ([] - denoting an array).
131
/// If ``type`` is an array of then ``coreType`` will return the type of the array.
132
public let coreType: String
133
0 commit comments