Function solana_cli::stake::process_withdraw_stake [−][src]
pub fn process_withdraw_stake(
rpc_client: &RpcClient,
config: &CliConfig<'_>,
stake_account_pubkey: &Pubkey,
destination_account_pubkey: &Pubkey,
lamports: u64,
withdraw_authority: SignerIndex,
custodian: Option<SignerIndex>,
sign_only: bool,
blockhash_query: &BlockhashQuery,
nonce_account: Option<&Pubkey>,
nonce_authority: SignerIndex,
fee_payer: SignerIndex
) -> ProcessResult