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.