PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/abstract-utxo/dist/src/transaction/fixedScript

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

import { AbstractUtxoCoin, ParsedTransaction, ParseTransactionOptions } from '../../abstractUtxoCoin';
import { ComparableOutput } from '../outputDifference';
export type ComparableOutputWithExternal<TValue> = ComparableOutput<TValue> & {
    external: boolean | undefined;
};
export declare function parseTransaction<TNumber extends bigint | number>(coin: AbstractUtxoCoin, params: ParseTransactionOptions<TNumber>): Promise<ParsedTransaction<TNumber>>;
//# sourceMappingURL=parseTransaction.d.ts.map

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


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