Function solana_runtime::account_rent_state::check_rent_state
source · pub(crate) fn check_rent_state(
pre_rent_state: Option<&RentState>,
post_rent_state: Option<&RentState>,
transaction_context: &TransactionContext,
index: IndexOfAccount,
include_account_index_in_err: bool
) -> Result<()>