Function solana_sdk::recent_blockhashes_account::create_account_with_data [−][src]
pub fn create_account_with_data<'a, I>(
lamports: u64,
recent_blockhash_iter: I
) -> Account where
I: IntoIterator<Item = IterItem<'a>>,