PublicKeyEnv
enum PublicKeyEnv
Undocumented
-
Undocumented
Declaration
Swift
case production
-
Undocumented
Declaration
Swift
case development
-
Returns the string representation of the PK.
We don’t want to rely on
rawValue
but make accessing the key an explicit action.Declaration
Swift
var stringRepresentation: StaticString { get }