[−][src]Enum solana_cli::cli::CliCommand
Variants
Fields of Catchup
Fields of GetEpochInfo
commitment_config: CommitmentConfigFields of GetEpoch
commitment_config: CommitmentConfigFields of GetSlot
commitment_config: CommitmentConfigFields of LargestAccounts
commitment_config: CommitmentConfigfilter: Option<RpcLargestAccountsFilter>Fields of Supply
commitment_config: CommitmentConfigprint_accounts: boolFields of TotalSupply
commitment_config: CommitmentConfigFields of GetTransactionCount
commitment_config: CommitmentConfigFields of Ping
Fields of ShowValidators
use_lamports_unit: boolcommitment_config: CommitmentConfigFields of AuthorizeNonceAccount
nonce_account: PubkeyFields of CreateNonceAccount
GetNonce(Pubkey)Fields of NewNonce
nonce_account: PubkeyFields of WithdrawFromNonceAccount
Deploy(String)Fields of CreateStakeAccount
stake_account: SignerIndexseed: Option<String>staker: Option<Pubkey>withdrawer: Option<Pubkey>lockup: Lockupamount: SpendAmountsign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexfrom: SignerIndexFields of DeactivateStake
stake_account_pubkey: Pubkeysign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of DelegateStake
stake_account_pubkey: Pubkeyvote_account_pubkey: Pubkeyforce: boolsign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of SplitStake
stake_account_pubkey: Pubkeysign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>split_stake_account: SignerIndexseed: Option<String>lamports: u64fee_payer: SignerIndexFields of MergeStake
stake_account_pubkey: Pubkeysource_stake_account_pubkey: Pubkeysign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of ShowStakeHistory
use_lamports_unit: boolFields of StakeAuthorize
stake_account_pubkey: Pubkeysign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of StakeSetLockup
stake_account_pubkey: Pubkeylockup: LockupArgscustodian: SignerIndexsign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of WithdrawStake
stake_account_pubkey: Pubkeydestination_account_pubkey: Pubkeylamports: u64custodian: Option<SignerIndex>sign_only: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexFields of CreateVoteAccount
Fields of ShowVoteAccount
Fields of WithdrawFromVoteAccount
Fields of VoteAuthorize
vote_account_pubkey: PubkeyFields of VoteUpdateValidator
vote_account_pubkey: Pubkeynew_identity_account: SignerIndexFields of Balance
Cancel(Pubkey)Confirm(Signature)DecodeTransaction(Transaction)Pay(PayCommand)Fields of Transfer
amount: SpendAmountto: Pubkeyfrom: SignerIndexsign_only: boolno_wait: boolblockhash_query: BlockhashQuerynonce_account: Option<Pubkey>fee_payer: SignerIndexTrait Implementations
impl Debug for CliCommand[src]
impl PartialEq<CliCommand> for CliCommand[src]
fn eq(&self, other: &CliCommand) -> bool[src]
fn ne(&self, other: &CliCommand) -> bool[src]
impl StructuralPartialEq for CliCommand[src]
Auto Trait Implementations
impl RefUnwindSafe for CliCommand
impl Send for CliCommand
impl Sync for CliCommand
impl Unpin for CliCommand
impl UnwindSafe for CliCommand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,