DatabaseProtocol

public protocol DatabaseProtocol : AnyObject, Sendable

The database acting as a core crypto keystore.

  • getLocation() Asynchronous

    Get the location of the database Returns null if in-memory

    Declaration

    Swift

    func getLocation() async throws -> String?