Function solana_cli::stake::process_split_stake[][src]

pub fn process_split_stake(
    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,
    split_stake_account: SignerIndex,
    split_stake_account_seed: &Option<String>,
    lamports: u64,
    fee_payer: SignerIndex
) -> ProcessResult