PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/abstract-utxo/dist/src/offlineVault/descriptor
Просмотр файла: transaction.d.ts
import * as utxolib from '@bitgo/utxo-lib';
import * as t from 'io-ts';
import { DescriptorMap } from '../../descriptor';
import { TransactionExplanation } from '../TransactionExplanation';
export declare const DescriptorTransaction: t.IntersectionC<[t.TypeC<{
xpubsWithDerivationPath: t.TypeC<{
user: t.IntersectionC<[t.TypeC<{
xpub: t.StringC;
}>, t.PartialC<{
derivedFromParentWithSeed: t.StringC;
}>]>;
backup: t.IntersectionC<[t.TypeC<{
xpub: t.StringC;
}>, t.PartialC<{
derivedFromParentWithSeed: t.StringC;
}>]>;
bitgo: t.IntersectionC<[t.TypeC<{
xpub: t.StringC;
}>, t.PartialC<{
derivedFromParentWithSeed: t.StringC;
}>]>;
}>;
coinSpecific: t.TypeC<{
txHex: t.StringC;
}>;
}>, t.TypeC<{
descriptors: t.ArrayC<t.IntersectionC<[t.TypeC<{
name: t.StringC;
value: t.StringC;
}>, t.PartialC<{
signatures: t.UnionC<[t.ArrayC<t.StringC>, t.UndefinedC]>;
}>]>>;
}>]>;
export type DescriptorTransaction = t.TypeOf<typeof DescriptorTransaction>;
export declare function getDescriptorsFromDescriptorTransaction(tx: DescriptorTransaction): DescriptorMap;
export declare function getHalfSignedPsbt(tx: DescriptorTransaction, prv: utxolib.BIP32Interface, network: utxolib.Network): utxolib.Psbt;
export declare function getTransactionExplanationFromPsbt(tx: DescriptorTransaction, network: utxolib.Network): TransactionExplanation;
//# sourceMappingURL=transaction.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!