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
strengthnumber of words to use
View on GitHub
MnemonicPassphrase Structure Reference