MnemonicValidator constructor

MnemonicValidator(
  1. 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);