Skip to contents

Changes the encryption password of the wallet.

Usage

mc_change_wallet_passphrase(conn, old_passphrase, new_passphrase)

Arguments

conn

A connection object to the MultiChain node.

old_passphrase

Character. The current password.

new_passphrase

Character. The new password.

Value

Invisibly returns the RPC result (typically NULL) on success.