InteractiveClapContextScopeForTopLevelCommand

Type Alias InteractiveClapContextScopeForTopLevelCommand 

Source
pub type InteractiveClapContextScopeForTopLevelCommand = TopLevelCommandDiscriminants;

Aliased Type§

pub enum InteractiveClapContextScopeForTopLevelCommand {
    Account,
    Tokens,
    Staking,
    Contract,
    Transaction,
    Message,
    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 NEAR, FT, or NFT

§

Staking

Use this for manage staking: view, add and withdraw stake

§

Contract

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

§

Transaction

Use this to construct transactions or view a transaction status.

§

Message

Sign an arbitrary message (NEP-413)

§

Config

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

§

Extensions

Use this to manage near CLI and extensions