UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

13 lines 435 B
// Auto synced from github actions. Don't change this file import request from '../../rpc-request.js'; /** * analyzepsbt "psbt" * * Analyzes and provides information about the current status of a PSBT and its inputs * */ export function analyzePsbt(params) { const { bitcoind, ...methodParams } = params; return request({ method: 'analyzepsbt', params: methodParams }, bitcoind); } //# sourceMappingURL=analyze-psbt.js.map