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 bf93168 commit 62b7437Copy full SHA for 62b7437
Sources/Web3Core/KeystoreManager/KeystoreParams.swift
@@ -75,7 +75,7 @@ public struct KeystoreParamsBIP32: AbstractKeystoreParams {
75
public var version: Int
76
public var isHDWallet: Bool
77
78
- public var pathAddressPairs: [PathAddressPair]
+ public internal(set) var pathAddressPairs: [PathAddressPair]
79
var rootPath: String?
80
81
public init(crypto cr: CryptoParamsV3, id i: String, version ver: Int = 32, rootPath: String? = nil) {
0 commit comments