Function ix_create_world

Source
pub fn ix_create_world(
    program_id: &Pubkey,
    name: String,
    description: String,
    regions: Vec<Region>,
    entities: Vec<Entity>,
    bump: u8,
    world: &Pubkey,
    world_authority: &Pubkey,
    payer: &Pubkey,
) -> Instruction