PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/bip174/src/lib/converter/shared

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

/// <reference types="node" />
import { Bip32Derivation, KeyValue } from '../../interfaces';
export declare function makeConverter(TYPE_BYTE: number, isValidPubkey?: (pubkey: Buffer) => boolean): {
    decode: (keyVal: KeyValue, bip32PathsAbsolute?: boolean) => Bip32Derivation;
    encode: (data: Bip32Derivation) => KeyValue;
    check: (data: any) => data is Bip32Derivation;
    expected: string;
    canAddToArray: (array: Bip32Derivation[], item: Bip32Derivation, dupeSet: Set<string>) => boolean;
};

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


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