pub fn create_executable_meta(owner: &Pubkey) -> &[u8] 
Expand description

Create executable account meta data based on account’s owner.

This function is only used for testing and an optimization during transaction loading.

When the program account is already present in the program cache, we don’t need to load the full account data during transaction loading. Instead, all we need is a minimal executable account meta data, which is what this function returns.