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.
GetLogs
1 parent 23ef94a commit fa80d43Copy full SHA for fa80d43
Sources/web3swift/API/APIMethod.swift
@@ -122,9 +122,9 @@ extension APIRequest {
122
case .personalSign: return Data.self
123
case .getTxPoolStatus: return TxPoolStatus.self
124
case .getTxPoolContent: return TxPoolContent.self
125
+ case .getLogs: return [EventLog].self
126
127
// FIXME: Not implemented
- case .getLogs: return String.self
128
case .getStorageAt: return String.self
129
case .getTxPoolInspect: return String.self
130
}
0 commit comments