public init for AccountMetadataKey

This commit is contained in:
Lukas Korba 2025-03-01 12:25:51 +01:00
parent 53c970a22c
commit e5720b2ad3
1 changed files with 1 additions and 1 deletions

View File

@ -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