Function solana_sdk::account::shared_new

source ·
fn shared_new<T: WritableAccount>(
    lamports: u64,
    space: usize,
    owner: &Pubkey
) -> T