PHP WebShell

Текущая директория: /opt/BitGoJS/modules/utxo-lib/dist/src/bitgo/wallet

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

import { ChainCode } from './chains';
export type ScriptId = {
    chain: ChainCode;
    index: number;
};
/**
 * Get the chain and index from a bip32 path.
 *
 * @param path
 */
export declare function getScriptIdFromPath(path: string): ScriptId;
/** @deprecated use getScriptId */
export declare const getChainAndIndexFromPath: typeof getScriptIdFromPath;
//# sourceMappingURL=ScriptId.d.ts.map

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


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