Skip to main content

lock

Command

clio wallet lock [OPTIONS]

Description

Lock wallet

Synopsis

clio wallet lock
[-h | --help] # Print this help message and exit
[--help-all] # Show all help
[[-n | --name] <wallet_name>] # The name of the wallet to lock

Examples

The following examples demonstrate how to use the clio wallet lock command:

Lock the default wallet

clio wallet lock

Output:

Locked: 'default'

Lock a specific wallet

clio wallet lock -n second-wallet

Output:

Locked: 'second-wallet'