👩‍💻
Operators Guide
FullOn OfficialExplorerFullOn{Wallet}Users GuideDevelopers Guide
  • Welcome!
  • Quick Start
  • FullOn Reference
    • WASM Reference
      • wallet::create
      • wallet::open
      • wallet::lock_all
      • wallet::unlock
      • wallet::set_timeout
      • wallet::list
      • wallet::list_keys
      • wallet::get_public_keys
      • wallet::sign_transaction
      • chain::get_info
      • chain::get_block
      • chain::get_account
      • chain::get_code
      • chain::get_table_rows
      • chain::abi_json_to_bin
      • chain::abi_bin_to_json
      • chain::push_transaction
      • chain::get_required_keys
    • CLI Reference
      • wallet
      • account
      • contract
      • transaction
Powered by GitBook
On this page
  • unlock
  • Usage example
  • Result example
Edit on GitHub
  1. FullOn Reference
  2. WASM Reference

wallet::unlock

unlock

Unlock the wallet with the given name and password.

Usage example


## API
curl http://localhost:8889/v1/wallet/unlock -X POST -d '["default", "PW5KFWYKqvt63d4iNvedfDEPVZL227D3RQ1zpVFzuUwhMAJmRAYyX"]'

Result example

{}
Previouswallet::lock_allNextwallet::set_timeout

Last updated 3 months ago