MnemonicPassphrase
public struct MnemonicPassphrase
Undocumented
-
Random words that make up the passphrase
Declaration
Swift
public let words: [String]
-
Words joined as a string
Declaration
Swift
public var passphrase: String
-
Generates a secure passphrase
Declaration
Swift
public init(strength: UInt = 12)
Parameters
strength
number of words to use