@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 369 B
TypeScript
import { Bitcoind } from '../../types.js';
type AnalyzePsbtParams = {
bitcoind: Bitcoind;
psbt: string;
};
/**
* analyzepsbt "psbt"
*
* Analyzes and provides information about the current status of a PSBT and its inputs
*
*/
export declare function analyzePsbt(params: AnalyzePsbtParams): Promise<any>;
export {};
//# sourceMappingURL=analyze-psbt.d.ts.map