Skip to content

Commit

Permalink
Add the key manager to the platform context.
Browse files Browse the repository at this point in the history
Adds the key manager to the platfom context.
  • Loading branch information
todd-spruceid committed Jun 11, 2024
1 parent f9e9053 commit 446ac0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/WalletSdk/PlatformContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Foundation
// A container for platform-specific subsystems.

class SpruceKitPlatformContext: NSObject {
let keyMgr = KeyManager() // Keys
let storageMgr = StorageManager() // Secure storage.
}

Expand Down

0 comments on commit 446ac0a

Please sign in to comment.