Skip to content

Commit

Permalink
chore: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu authored Nov 4, 2023
1 parent 68d8457 commit 111d33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/web3swift/Utils/EIP/EIP712/EIP712Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ internal struct EIP712TypeArray: Codable {
public struct EIP712TypeProperty: Codable {
/// Property name. An arbitrary string.
public let name: String
/// Property type. A type that's ABI encodable.
/// Property type. A type that's ABI encodable or a custom type from ``EIP712TypedData/types``.
public let type: String
/// Strips brackets (e.g. [] - denoting an array) and other characters augmenting the type.
/// Stripped of brackets ([] - denoting an array).
/// If ``type`` is an array of then ``coreType`` will return the type of the array.
public let coreType: String

Expand Down

0 comments on commit 111d33e

Please sign in to comment.