solana_sdk::recent_blockhashes_account

Function create_account_with_data

source
pub fn create_account_with_data<'a, I>(
    lamports: u64,
    recent_blockhash_iter: I,
) -> AccountSharedData
where I: IntoIterator<Item = IterItem<'a>>,
👎Deprecated since 1.5.17: Please use create_account_with_data_for_test instead