PHP WebShell

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

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

/// <reference types="node" />
import { KeyValue, Transaction, TransactionFromBuffer } from '../interfaces';
import { PsbtAttributes } from './index';
export declare function psbtFromBuffer(buffer: Buffer, txGetter: TransactionFromBuffer, { bip32PathsAbsolute }?: {
    bip32PathsAbsolute?: boolean | undefined;
}): PsbtAttributes;
interface PsbtFromKeyValsArg {
    globalMapKeyVals: KeyValue[];
    inputKeyVals: KeyValue[][];
    outputKeyVals: KeyValue[][];
}
export declare function checkKeyBuffer(type: string, keyBuf: Buffer, keyNum: number): void;
export declare function psbtFromKeyVals(unsignedTx: Transaction, { globalMapKeyVals, inputKeyVals, outputKeyVals }: PsbtFromKeyValsArg, { bip32PathsAbsolute }?: {
    bip32PathsAbsolute?: boolean | undefined;
}): PsbtAttributes;
export {};

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


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