DeveloperCommunityNews
Home
Collapse Sidebar
  • Komodo Documentation

    • Introduction
    • Start Here
    • About Komodo Platform
    • Product Introductions
    • Doc Orientation
    • Simple Installations
  • Core Technology Discussions

    • Introduction
    • Komodo DeFi Framework and Atomic Swaps
    • Komodo SDK
    • Initial DEX Offering (IDO)
    • Delayed Proof of Work
    • The Antara Framework
    • Miscellaneous
    • References
  • Learning Launchpad

    • Learning Path Outline
    • Common Technologies and Concepts

On this page

  1. Komodo Defi Framework
  2. Api
  3. V20
  4. Wallet
  5. GUI Storage

GUI Storage Overview

overviewgui_storage

gui_storage

These methods provide a lightweight key-value storage that wallet GUIs can use to keep track of user accounts and their associated coins without affecting MarketMaker's internal state.

Account Management

  • gui_storage::add_account
  • gui_storage::enable_account
  • gui_storage::delete_account
  • gui_storage::set_account_name
  • gui_storage::set_account_description
  • gui_storage::set_account_balance
  • gui_storage::get_accounts
  • gui_storage::get_enabled_account

Coin Lists

  • gui_storage::activate_coins
  • gui_storage::deactivate_coins
  • gui_storage::get_account_coins

© 2016 - 2025 by Komodo Platform.

Follow us on TwitterFollow us on GitHubJoin our Discord server
Edit page

On this page

  1. gui_storage
    1. Account Management
    2. Coin Lists