Mnemonic Constructor (String, Nullable<(Of <(<'Wordlist>)>)>)

Initializes a new instance of the Mnemonic class.

Namespace:  SecretNET.Crypto.BIP39
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Mnemonic(
	string mnemonic,
	Nullable<Wordlist> wordlist
)

Parameters

mnemonic
Type: String
The mnemonic.
wordlist
Type: Nullable<(Of <(<'Wordlist>)>)>
The wordlist.

Exceptions


ExceptionCondition
[System.ArgumentNullException]mnemonic
[System.FormatException]Word count should be 12,15,18,21 or 24