Module interactive

Module interactive 

Source
Expand description

Drk interactive shell

Functionsยง

completion ๐Ÿ”’
Auxiliary function to define the interactive shell completions.
handle_alias ๐Ÿ”’
Auxiliary function to define the alias command handling.
handle_alias_add ๐Ÿ”’
Auxiliary function to define the alias add subcommand handling.
handle_alias_remove ๐Ÿ”’
Auxiliary function to define the alias remove subcommand handling.
handle_alias_show ๐Ÿ”’
Auxiliary function to define the alias show subcommand handling.
handle_attach_fee ๐Ÿ”’
Auxiliary function to define the attach fee command handling.
handle_broadcast ๐Ÿ”’
Auxiliary function to define the broadcast command handling.
handle_completions ๐Ÿ”’
Auxiliary function to define the completions command handling.
handle_contract ๐Ÿ”’
Auxiliary function to define the contract command handling.
handle_contract_deploy ๐Ÿ”’
Auxiliary function to define the contract deploy subcommand handling.
handle_contract_export_data ๐Ÿ”’
Auxiliary function to define the contract export data subcommand handling.
handle_contract_generate_deploy ๐Ÿ”’
Auxiliary function to define the contract generate deploy subcommand handling.
handle_contract_list ๐Ÿ”’
Auxiliary function to define the contract list subcommand handling.
handle_contract_lock ๐Ÿ”’
Auxiliary function to define the contract lock subcommand handling.
handle_dao ๐Ÿ”’
Auxiliary function to define the dao command handling.
handle_dao_balance ๐Ÿ”’
Auxiliary function to define the dao balance subcommand handling.
handle_dao_create ๐Ÿ”’
Auxiliary function to define the dao create subcommand handling.
handle_dao_exec ๐Ÿ”’
Auxiliary function to define the dao exec subcommand handling.
handle_dao_import ๐Ÿ”’
Auxiliary function to define the dao import subcommand handling.
handle_dao_list ๐Ÿ”’
Auxiliary function to define the dao list subcommand handling.
handle_dao_mint ๐Ÿ”’
Auxiliary function to define the dao mint subcommand handling.
handle_dao_proposal ๐Ÿ”’
Auxiliary function to define the dao proposal subcommand handling.
handle_dao_proposal_import ๐Ÿ”’
Auxiliary function to define the dao proposal import subcommand handling.
handle_dao_proposals ๐Ÿ”’
Auxiliary function to define the dao proposals subcommand handling.
handle_dao_propose_generic ๐Ÿ”’
Auxiliary function to define the dao propose generic subcommand handling.
handle_dao_propose_transfer ๐Ÿ”’
Auxiliary function to define the dao propose transfer subcommand handling.
handle_dao_spend_hook ๐Ÿ”’
Auxiliary function to define the dao spent hook subcommand handling.
handle_dao_view ๐Ÿ”’
Auxiliary function to define the dao view subcommand handling.
handle_dao_vote ๐Ÿ”’
Auxiliary function to define the dao vote subcommand handling.
handle_explorer ๐Ÿ”’
Auxiliary function to define the explorer command handling.
handle_explorer_clear_reverted ๐Ÿ”’
Auxiliary function to define the explorer clear reverted subcommand handling.
handle_explorer_fetch_tx ๐Ÿ”’
Auxiliary function to define the explorer fetch transaction subcommand handling.
handle_explorer_scanned_blocks ๐Ÿ”’
Auxiliary function to define the explorer scanned blocks subcommand handling.
handle_explorer_simulate_tx ๐Ÿ”’
Auxiliary function to define the explorer simulate transaction subcommand handling.
handle_explorer_txs_history ๐Ÿ”’
Auxiliary function to define the explorer transactions history subcommand handling.
handle_inspect ๐Ÿ”’
Auxiliary function to define the inspect command handling.
handle_otc ๐Ÿ”’
Auxiliary function to define the otc command handling.
handle_otc_init ๐Ÿ”’
Auxiliary function to define the otc init subcommand handling.
handle_otc_inspect ๐Ÿ”’
Auxiliary function to define the otc inspect subcommand handling.
handle_otc_join ๐Ÿ”’
Auxiliary function to define the otc join subcommand handling.
handle_otc_sign ๐Ÿ”’
Auxiliary function to define the otc sign subcommand handling.
handle_ping ๐Ÿ”’
Auxiliary function to define the ping command handling.
handle_scan ๐Ÿ”’
Auxiliary function to define the scan command handling.
handle_spend ๐Ÿ”’
Auxiliary function to define the spend command handling.
handle_subscribe ๐Ÿ”’
Auxiliary function to define the subscribe command handling.
handle_token ๐Ÿ”’
Auxiliary function to define the token command handling.
handle_token_freeze ๐Ÿ”’
Auxiliary function to define the token freeze subcommand handling.
handle_token_generate_mint ๐Ÿ”’
Auxiliary function to define the token generate mint subcommand handling.
handle_token_import ๐Ÿ”’
Auxiliary function to define the token import subcommand handling.
handle_token_list ๐Ÿ”’
Auxiliary function to define the token list subcommand handling.
handle_token_mint ๐Ÿ”’
Auxiliary function to define the token mint subcommand handling.
handle_transfer ๐Ÿ”’
Auxiliary function to define the transfer command handling.
handle_unspend ๐Ÿ”’
Auxiliary function to define the unspend command handling.
handle_unsubscribe ๐Ÿ”’
Auxiliary function to define the unsubscribe command handling.
handle_wallet ๐Ÿ”’
Auxiliary function to define the wallet command handling.
handle_wallet_address ๐Ÿ”’
Auxiliary function to define the wallet address subcommand handling.
handle_wallet_addresses ๐Ÿ”’
Auxiliary function to define the wallet addresses subcommand handling.
handle_wallet_balance ๐Ÿ”’
Auxiliary function to define the wallet balance subcommand handling.
handle_wallet_coins ๐Ÿ”’
Auxiliary function to define the wallet coins subcommand handling.
handle_wallet_default_address ๐Ÿ”’
Auxiliary function to define the wallet default address subcommand handling.
handle_wallet_import_secrets ๐Ÿ”’
Auxiliary function to define the wallet import secrets subcommand handling.
handle_wallet_initialize ๐Ÿ”’
Auxiliary function to define the wallet initialize subcommand handling.
handle_wallet_keygen ๐Ÿ”’
Auxiliary function to define the wallet keygen subcommand handling.
handle_wallet_secrets ๐Ÿ”’
Auxiliary function to define the wallet secrets subcommand handling.
handle_wallet_tree ๐Ÿ”’
Auxiliary function to define the wallet tree subcommand handling.
help ๐Ÿ”’
Auxiliary function to print the help message.
hints ๐Ÿ”’
Auxiliary function to define the interactive shell hints.
interactive
Auxiliary function to start provided Drk as an interactive shell. Only sane/linenoise terminals are suported.
listen_for_line ๐Ÿ”’
Auxiliary function to listen for linenoise input line and handle background task messages.