Function solana_sdk::account::create_account_shared_data_with_fields
source ยท pub fn create_account_shared_data_with_fields<S: Sysvar>(
sysvar: &S,
fields: InheritableAccountFields,
) -> AccountSharedData
Expand description
Create an Account
from a Sysvar
.