Function solana_sdk::recent_blockhashes_account::create_account_with_data_and_fields[][src]

pub fn create_account_with_data_and_fields<'a, I>(
    recent_blockhash_iter: I,
    fields: InheritableAccountFields
) -> AccountSharedData where
    I: IntoIterator<Item = IterItem<'a>>,