Function solana_cli::stake::process_deactivate_stake_account[][src]

pub fn process_deactivate_stake_account(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    stake_account_pubkey: &Pubkey,
    stake_authority: SignerIndex,
    sign_only: bool,
    dump_transaction_message: bool,
    blockhash_query: &BlockhashQuery,
    nonce_account: Option<Pubkey>,
    nonce_authority: SignerIndex,
    fee_payer: SignerIndex
) -> ProcessResult