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 9ea86e3 commit b96155cCopy full SHA for b96155c
Sources/web3swift/API/APIMethod.swift
@@ -218,9 +218,6 @@ public enum APIRequest {
218
case getTxPoolInspect // No in Eth API
219
}
220
221
-// FIXME: This conformance should be changed to `LiteralInitiableFromString`
222
-extension Data: APIResultType { }
223
-
224
extension APIRequest {
225
var method: REST {
226
switch self {
0 commit comments