PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util-crypto/key

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

import type { DeriveJunction } from './DeriveJunction.js';
export interface ExtractResult {
    derivePath: string;
    password?: string;
    path: DeriveJunction[];
    phrase: string;
}
/**
 * @description Extracts the phrase, path and password from a SURI format for specifying secret keys `<secret>/<soft-key>//<hard-key>///<password>` (the `///password` may be omitted, and `/<soft-key>` and `//<hard-key>` maybe repeated and mixed).
 */
export declare function keyExtractSuri(suri: string): ExtractResult;

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


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