UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 431 B
import { Bitcoind } from '../../types.js'; type BackupWalletParams = { bitcoind: Bitcoind; destination: string; }; /** * backupwallet "destination" * * Safely copies the current wallet file to the specified destination, which can either be a directory or a path with a filename. * */ export declare function backupWallet(params: BackupWalletParams): Promise<any>; export {}; //# sourceMappingURL=backup-wallet.d.ts.map