Enum solana_cli::cli::CliCommand [−][src]
Variants
Fields of Catchup
Feature(FeatureCliCommand)
Inflation(InflationCliCommand)
Fields of LargestAccounts
filter: Option<RpcLargestAccountsFilter>
Fields of Logs
filter: RpcTransactionLogsFilter
Fields of Ping
Fields of ShowValidators
use_lamports_unit: bool
Fields of Supply
print_accounts: bool
Fields of TransactionHistory
Fields of WaitForMaxStake
max_stake_percent: f32
Fields of AuthorizeNonceAccount
nonce_account: Pubkey
Fields of CreateNonceAccount
GetNonce(Pubkey)
Fields of NewNonce
nonce_account: Pubkey
Fields of WithdrawFromNonceAccount
Fields of Deploy
program_location: String
address: Option<SignerIndex>
use_deprecated_loader: bool
allow_excessive_balance: bool
Program(ProgramCliCommand)
Fields of CreateStakeAccount
stake_account: SignerIndex
seed: Option<String>
staker: Option<Pubkey>
withdrawer: Option<Pubkey>
lockup: Lockup
amount: SpendAmount
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
from: SignerIndex
Fields of DeactivateStake
stake_account_pubkey: Pubkey
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
Fields of DelegateStake
stake_account_pubkey: Pubkey
vote_account_pubkey: Pubkey
force: bool
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
Fields of SplitStake
stake_account_pubkey: Pubkey
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
split_stake_account: SignerIndex
seed: Option<String>
lamports: u64
fee_payer: SignerIndex
Fields of MergeStake
stake_account_pubkey: Pubkey
source_stake_account_pubkey: Pubkey
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
Fields of ShowStakeHistory
use_lamports_unit: bool
Fields of StakeAuthorize
stake_account_pubkey: Pubkey
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
custodian: Option<SignerIndex>
Fields of StakeSetLockup
stake_account_pubkey: Pubkey
lockup: LockupArgs
custodian: SignerIndex
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
Fields of WithdrawStake
stake_account_pubkey: Pubkey
destination_account_pubkey: Pubkey
lamports: u64
custodian: Option<SignerIndex>
sign_only: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
Fields of CreateVoteAccount
Fields of WithdrawFromVoteAccount
Fields of VoteAuthorize
vote_account_pubkey: Pubkey
Fields of VoteUpdateValidator
vote_account_pubkey: Pubkey
new_identity_account: SignerIndex
Confirm(Signature)
DecodeTransaction(Transaction)
Fields of Transfer
amount: SpendAmount
to: Pubkey
from: SignerIndex
sign_only: bool
no_wait: bool
blockhash_query: BlockhashQuery
nonce_account: Option<Pubkey>
fee_payer: SignerIndex
derived_address_seed: Option<String>
derived_address_program_id: Option<Pubkey>
Trait 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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src]
pub const ALIGN: usize
[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
pub unsafe fn drop(ptr: usize)
[src]
impl<T> Same<T> for T
[src]
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.
pub 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.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Typeable for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,