Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method default.prototype.walletpassphrasechange
import { default } from "https://deno.land/x/bitcoin_rpc@v1.0.3/mod.ts";

Changes the wallet passphrase from ‘oldpassphrase’ to ‘newpassphrase’. https://developer.bitcoin.org/reference/rpc/walletpassphrasechange.html

Parameters

old_passphrase: string
new_passphrase: string