Skip to content

Commit 01f3a86

Browse files
chore: ICAP initializer added;
1 parent 3d7caf7 commit 01f3a86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/web3swift/KeystoreManager/IBAN.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ public struct ICAP {
1111
public var asset: String
1212
public var institution: String
1313
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+
}
1420
}
1521

1622
public struct IBAN {

0 commit comments

Comments
 (0)