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.
2 parents 03faffd + e46dc3e commit a7b1b94Copy full SHA for a7b1b94
web3swift/src/Contract/Statically Typed/ABIEvent.swift
@@ -5,7 +5,7 @@
5
6
import Foundation
7
8
-public protocol ABIEvent {
+public protocol ABIEvent: Sendable {
9
static var name: String { get }
10
static var types: [ABIType.Type] { get }
11
static var typesIndexed: [Bool] { get }
0 commit comments