Type Alias InteractiveClapContextScopeForTopLevelCommand

Source
pub type InteractiveClapContextScopeForTopLevelCommand = TopLevelCommandDiscriminants;

Aliased Type§

enum InteractiveClapContextScopeForTopLevelCommand {
    Account,
    Tokens,
    Pledging,
    Contract,
    Transaction,
    Config,
    Extensions,
}

Variants§

§

Account

View account summary, create subaccount, delete account, list keys, add key, delete key, import account

§

Tokens

Use this for token actions: send or view balances of unc, FT, or NFT

§

Pledging

Use this for manage pledging: view, add and withdraw pledge

§

Contract

Use this for contract actions: call function, deploy, download wasm, inspect storage

§

Transaction

Use this to construct transactions or view a transaction status.

§

Config

Use this to manage connections in a configuration file (config.toml).

§

Extensions

Use this to manage unc CLI and extensions