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 b8d54f6 commit 85a53c9Copy full SHA for 85a53c9
Sources/web3swift/Utils/EIP/EIP681.swift
@@ -25,6 +25,14 @@ extension Web3 {
25
public struct EIP681Parameter {
26
public var type: ABI.Element.ParameterType
27
public var value: AnyObject
28
+<<<<<<< HEAD
29
+=======
30
+
31
+ public init(type: ABI.Element.ParameterType, value: Any) {
32
+ self.type = type
33
+ self.value = value
34
+ }
35
+>>>>>>> c159f067... Make value as any object in eip681 parameters
36
}
37
public var isPayRequest: Bool
38
public var targetAddress: TargetAddress
0 commit comments