create_topic

Function create_topic 

Source
pub fn create_topic(
    program_id: &Pubkey,
    topic: &Pubkey,
    topic_owner: &Pubkey,
    topic_name: &str,
    option_name: &str,
) -> Result<Instruction, ProgramError>