@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 476 B
TypeScript
import { Bitcoind } from '../../types.js';
type RemovePrunedFundsParams = {
bitcoind: Bitcoind;
txid: string;
};
/**
* removeprunedfunds "txid"
*
* Deletes the specified transaction from the wallet. Meant for use with pruned wallets and as a companion to importprunedfunds. This will affect wallet balances.
*
*/
export declare function removePrunedFunds(params: RemovePrunedFundsParams): Promise<any>;
export {};
//# sourceMappingURL=remove-pruned-funds.d.ts.map