@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 458 B
JavaScript
// Auto synced from github actions. Don't change this file
import request from '../../rpc-request.js';
/**
* echoipc "arg"
*
* Echo back the input argument, passing it through a spawned process in a multiprocess build.
* This command is for testing.
*
*/
export function echoIpc(params) {
const { bitcoind, ...methodParams } = params;
return request({ method: 'echoipc', params: methodParams }, bitcoind);
}
//# sourceMappingURL=echo-ipc.js.map