UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

15 lines 473 B
import { Bitcoind } from '../../types.js'; type WalletPassphraseChangeParams = { bitcoind: Bitcoind; oldpassphrase: string; newpassphrase: string; }; /** * walletpassphrasechange "oldpassphrase" "newpassphrase" * * Changes the wallet passphrase from 'oldpassphrase' to 'newpassphrase'. * */ export declare function walletPassphraseChange(params: WalletPassphraseChangeParams): Promise<any>; export {}; //# sourceMappingURL=wallet-passphrase-change.d.ts.map