PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@hashgraph/cryptography/lib

Просмотр файла: BadMnemonicError.d.ts

export default class BadMnemonicError extends Error {
    /**
     * @param {Mnemonic} mnemonic
     * @param {string} reason
     * @param {number[]} unknownWordIndices
     * @hideconstructor
     */
    constructor(mnemonic: Mnemonic, reason: string, unknownWordIndices: number[]);
    /** The reason for which the mnemonic failed validation. */
    reason: string;
    /** The mnemonic that failed validation. */
    mnemonic: import("./Mnemonic.js").default;
    /**
     * The indices in the mnemonic that were not found in the BIP-39
     * standard English word list.
     */
    unknownWordIndices: number[];
}
export type Mnemonic = import("./Mnemonic.js").default;

Выполнить команду


Для локальной разработки. Не используйте в интернете!