pub fn initialize_group_authority<'info>(
ctx: Context<'_, '_, '_, 'info, InitializeGroupAuthority<'info>>,
authority: Pubkey,
) -> Result<()>Expand description
initialize group (a group can be used to give multiple programs access to the same Merkle trees by registering the programs to the group)