MnemonicValidator constructor
MnemonicValidator(
- MnemonicDecoderBase decoder
Creates a new instance of the MnemonicValidator with the provided decoder
.
The decoder
is responsible for decoding and verifying the correctness
of the mnemonic phrase.
Implementation
MnemonicValidator(this.decoder);