Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum RandomBytesError : Error
-
Declaration
Swift
public enum ByteHexEncodingErrors : Error
-
Distingush between ed25519 (TZ1…) and secp256k1 (TZ2…) curves for creating and using wallet addresses
See moreDeclaration
Swift
public enum EllipticalCurve : String, Codable
-
Errors relating to
See moreEntropyGenerator
.Declaration
Swift
public enum EntropyGeneratorError : Swift.Error
-
Declaration
Swift
public enum MnemonicError : Swift.Error
-
Declaration
Swift
public enum WordList : String
-
Prefixes needed to add to hex strings to denote elliptical curves
See moreDeclaration
Swift
public enum Prefix