Function solana_sdk::account::create_account [−][src]
pub fn create_account<S: Sysvar>(sysvar: &S, lamports: u64) -> Account
👎 Deprecated since 1.5.17:
Please use create_account_for_test
instead
Expand description
Create an Account
from a Sysvar
.