Function solana_cli::stake::process_delegate_stake [−][src]
pub fn process_delegate_stake(
rpc_client: &RpcClient,
config: &CliConfig<'_>,
stake_account_pubkey: &Pubkey,
vote_account_pubkey: &Pubkey,
stake_authority: SignerIndex,
force: bool,
sign_only: bool,
blockhash_query: &BlockhashQuery,
nonce_account: Option<Pubkey>,
nonce_authority: SignerIndex,
fee_payer: SignerIndex
) -> ProcessResult