MnemonicValidator<T extends MnemonicDecoderBase<MnemonicLanguages>> constructor

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