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

wallet::get_public_keys

wallet_get_public_keys

List all public keys in all wallets.

Usage example


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

Result example

["FO6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"]
Previouswallet::list_keysNextwallet::sign_transaction

Last updated 3 months ago