CryptoConfig constructor
Implementation
CryptoConfig({
int mnemonic_dictionary,
int mnemonic_word_count,
String hdkey_derivation_path,
bool hdkey_compliant,
}) {
_mnemonic_dictionary = mnemonic_dictionary;
_mnemonic_word_count = mnemonic_word_count;
_hdkey_derivation_path = hdkey_derivation_path;
_hdkey_compliant = hdkey_compliant;
}