Function solana_cli::stake::process_stake_authorize[][src]

pub fn process_stake_authorize(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    stake_account_pubkey: &Pubkey,
    new_authorizations: &[(StakeAuthorize, Pubkey, SignerIndex)],
    custodian: Option<SignerIndex>,
    sign_only: bool,
    dump_transaction_message: bool,
    blockhash_query: &BlockhashQuery,
    nonce_account: Option<Pubkey>,
    nonce_authority: SignerIndex,
    fee_payer: SignerIndex
) -> ProcessResult