public init for AccountMetadataKey
This commit is contained in:
parent
53c970a22c
commit
e5720b2ad3
|
@ -14,7 +14,7 @@ public class AccountMetadataKey {
|
|||
private let networkType: NetworkType
|
||||
|
||||
/// Derives a ZIP 325 Account Metadata Key from the given seed.
|
||||
init(
|
||||
public init(
|
||||
from seed: [UInt8],
|
||||
accountIndex: Zip32AccountIndex,
|
||||
networkType: NetworkType
|
||||
|
|
Loading…
Reference in New Issue