MnemonicValidator<T extends MnemonicDecoderBase<MnemonicLanguages> > constructor
MnemonicValidator<T extends MnemonicDecoderBase<MnemonicLanguages> > (
- T 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);