wallet::open

wallet_open

Open an existing wallet with the given name.

Usage example


## API
curl http://localhost:8889/v1/wallet/open -X POST -d '"default"'

Result example

{}

Last updated