Skip to contents

Stores the wallet decryption key in memory for a specified duration.

Usage

mc_unlock_wallet(conn, passphrase, timeout)

Arguments

conn

A connection object to the MultiChain node.

passphrase

Character. The wallet password.

timeout

Integer. Time in seconds to keep the wallet unlocked.

Value

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