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