👩‍💻
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
  • lock_all
  • Usage example
  • Result example
Edit on GitHub
  1. FullOn Reference
  2. WASM Reference

wallet::lock_all

lock_all

lock all wallets.

Usage example


## API
curl http://localhost:8889/v1/wallet/lock_all 

Result example

{}
Previouswallet::openNextwallet::unlock

Last updated 3 months ago