There was an error while loading. Please reload this page.
1 parent 3d7caf7 commit 01f3a86Copy full SHA for 01f3a86
Sources/web3swift/KeystoreManager/IBAN.swift
@@ -11,6 +11,12 @@ public struct ICAP {
11
public var asset: String
12
public var institution: String
13
public var client: String
14
+
15
+ public init(asset: String, institution: String, client: String) {
16
+ self.asset = asset
17
+ self.institution = institution
18
+ self.client = client
19
+ }
20
}
21
22
public struct IBAN {
0 commit comments