nomonic
    Preparing search index...

    Interface Bip39Violation

    A detected sequence of consecutive BIP39 mnemonic words in scanned content.

    interface Bip39Violation {
        line: string;
        lineNumber: number;
        matchedWords: string[];
    }
    Index

    Properties

    line: string

    The full text of the line where the violation starts.

    lineNumber: number

    The 1-based line number where the violation was found.

    matchedWords: string[]

    The consecutive BIP39 words that triggered the violation.